Skip to content

Commit ff081db

Browse files
committed
Updating references to Abstractions.2.0.2
1 parent dabfdb1 commit ff081db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Unity.Interception.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>5.0.1</Version>
4+
<Version>5.0.2</Version>
55
<AssemblyVersion>5.0.0.0</AssemblyVersion>
66
<FileVersion>5.0.0.0</FileVersion>
77
<PackageId>Unity.Interception</PackageId>
@@ -68,7 +68,7 @@
6868
</ItemGroup>
6969

7070
<ItemGroup Condition="!Exists('$(UnityAbstractions)')">
71-
<PackageReference Include="Unity.Abstractions" Version="2.0.1" />
71+
<PackageReference Include="Unity.Abstractions" Version="2.0.2" />
7272
</ItemGroup>
7373

7474
</Project>

tests/Interception.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
</ItemGroup>
3232

3333
<ItemGroup Condition="!Exists('$(UnityAbstractions)')">
34-
<PackageReference Include="Unity.Abstractions" Version="2.0.1" />
34+
<PackageReference Include="Unity.Abstractions" Version="2.0.2" />
3535
</ItemGroup>
3636

3737
<ItemGroup Condition="!Exists('$(UnityContainer)')">
38-
<PackageReference Include="Unity.Container" Version="5.0.0" />
38+
<PackageReference Include="Unity.Container" Version="5.0.1" />
3939
</ItemGroup>
4040

4141
</Project>

0 commit comments

Comments
 (0)