Skip to content

Commit 0235f48

Browse files
committed
Restricting Container version upper limit
1 parent 83a9ac4 commit 0235f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.props

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

33
<PropertyGroup>
4-
<Version>5.5.4</Version>
4+
<Version>5.5.5</Version>
55
<PackageReleaseNotes>This package is compatible with Net Standard 2.0, Net Core 2.0, .NET 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)