Skip to content

Commit 2ab9412

Browse files
committed
Releasing Interception
1 parent 37780aa commit 2ab9412

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Unity.Interception.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</ItemGroup>
7070

7171
<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
72-
<PackageReference Include="Unity.Abstractions" Version="2.0.0-RC3" />
72+
<PackageReference Include="Unity.Abstractions" Version="2.0.0" />
7373
</ItemGroup>
7474

7575

tests/Interception.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
</ItemGroup>
2424

2525
<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
26-
<PackageReference Include="Unity.Abstractions" Version="2.0.0-RC3" />
27-
<PackageReference Include="Unity.Container" Version="5.0.0-RC3" />
26+
<PackageReference Include="Unity.Abstractions" Version="2.0.0" />
27+
<PackageReference Include="Unity.Container" Version="5.0.0" />
2828
</ItemGroup>
2929

3030
</Project>

0 commit comments

Comments
 (0)