Skip to content

Commit

Permalink
Restricting Container version upper limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Aug 29, 2018
1 parent 89b33f4 commit 38f5040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project>

<PropertyGroup>
<Version>2.1.7</Version>
<Version>2.1.8</Version>
<PackageReleaseNotes>This package is compatible with .NET Standard 2.0, .Net Core 2.9, and .NET Framework 4.5, 4.6, 4.7</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
<UnityAbstractionsVersion>3.*</UnityAbstractionsVersion>
<UnityContainerVersion>5.*</UnityContainerVersion>
<UnityContainerVersion>5.8.*</UnityContainerVersion>
</PropertyGroup>

</Project>

0 comments on commit 38f5040

Please sign in to comment.