Skip to content

Commit 19c2171

Browse files
committed
Restricting Container version upper limit
1 parent 99109cc commit 19c2171

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>1.0.1</Version>
4+
<Version>1.0.2</Version>
55
<PackageReleaseNotes>This package is distributed as .NET 4.0, 4.5, 4.6, 4.7 package.</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<UnityContainerVersion>5.*</UnityContainerVersion>
9+
<UnityContainerVersion>5.8.*</UnityContainerVersion>
1010
<UnityAbstractionsVersion>3.*</UnityAbstractionsVersion>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)