Skip to content

Commit 7d2fd16

Browse files
committed
Restricting Container version upper limit
1 parent ae0ea3e commit 7d2fd16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.2.4</Version>
4+
<Version>5.2.5</Version>
55
<PackageReleaseNotes>This package is compatible with NET Standard 2.0, Net Core 2.0, .NET 4.0, 4.5, 4.6, and 4.7 frameworks.</PackageReleaseNotes>
66
</PropertyGroup>
77

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

1313
</Project>

0 commit comments

Comments
 (0)