File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >5.0.1 </Version >
4
+ <Version >5.0.2 </Version >
5
5
<AssemblyVersion >5.0.0.0</AssemblyVersion >
6
6
<FileVersion >5.0.0.0</FileVersion >
7
7
<PackageId >Unity.Interception</PackageId >
68
68
</ItemGroup >
69
69
70
70
<ItemGroup Condition =" !Exists('$(UnityAbstractions)')" >
71
- <PackageReference Include =" Unity.Abstractions" Version =" 2.0.1 " />
71
+ <PackageReference Include =" Unity.Abstractions" Version =" 2.0.2 " />
72
72
</ItemGroup >
73
73
74
74
</Project >
Original file line number Diff line number Diff line change 31
31
</ItemGroup >
32
32
33
33
<ItemGroup Condition =" !Exists('$(UnityAbstractions)')" >
34
- <PackageReference Include =" Unity.Abstractions" Version =" 2.0.1 " />
34
+ <PackageReference Include =" Unity.Abstractions" Version =" 2.0.2 " />
35
35
</ItemGroup >
36
36
37
37
<ItemGroup Condition =" !Exists('$(UnityContainer)')" >
38
- <PackageReference Include =" Unity.Container" Version =" 5.0.0 " />
38
+ <PackageReference Include =" Unity.Container" Version =" 5.0.1 " />
39
39
</ItemGroup >
40
40
41
41
</Project >
You can’t perform that action at this time.
0 commit comments