We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37780aa commit 2ab9412Copy full SHA for 2ab9412
src/Unity.Interception.csproj
@@ -69,7 +69,7 @@
69
</ItemGroup>
70
71
<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
72
- <PackageReference Include="Unity.Abstractions" Version="2.0.0-RC3" />
+ <PackageReference Include="Unity.Abstractions" Version="2.0.0" />
73
74
75
tests/Interception.Tests.csproj
@@ -23,8 +23,8 @@
23
24
25
26
27
- <PackageReference Include="Unity.Container" Version="5.0.0-RC3" />
+ <PackageReference Include="Unity.Container" Version="5.0.0" />
28
29
30
</Project>
0 commit comments