Skip to content

Commit a7bad27

Browse files
committed
Adding props
1 parent da4d566 commit a7bad27

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.props

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<Project>
2+
3+
<PropertyGroup>
4+
<Version>1.0.0</Version>
5+
<PackageReleaseNotes>This package is distributed as .NET Standard 1.0 and .NET Framework 4.7 package.</PackageReleaseNotes>
6+
</PropertyGroup>
7+
8+
<PropertyGroup>
9+
<UnityAbstractionsVersion>2.*</UnityAbstractionsVersion>
10+
<UnityContainerVersion>5.*</UnityContainerVersion>
11+
</PropertyGroup>
12+
13+
</Project>

src/Unity.Microsoft.DependencyInjection.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<Version>1.0.0</Version>
5-
<PackageReleaseNotes>This package is distributed as .NET Standard 1.0 and .NET Framework 4.7 package.</PackageReleaseNotes>
6-
<UnityAbstractionsVersion>2.1.0</UnityAbstractionsVersion>
7-
<UnityContainerVersion>5.1.0</UnityContainerVersion>
8-
</PropertyGroup>
3+
<Import Project="..\package.props" />
94

105
<PropertyGroup>
116
<FileVersion>$(Version).0</FileVersion>

0 commit comments

Comments
 (0)