File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >Unity Interception Configuration</Description >
5
- <Version >5.0.1 </Version >
5
+ <Version >5.0.2 </Version >
6
6
<AssemblyVersion >5.0.0.0</AssemblyVersion >
7
7
<FileVersion >5.0.0.0</FileVersion >
8
8
<Copyright >Copyright © Microsoft 2008</Copyright >
82
82
83
83
84
84
<ItemGroup Condition =" !Exists('$(UnityAbstractions)')" >
85
- <PackageReference Include =" Unity.Abstractions" Version =" 2.0.1 " />
85
+ <PackageReference Include =" Unity.Abstractions" Version =" 2.0.2 " />
86
86
</ItemGroup >
87
87
88
88
<ItemGroup Condition =" !Exists('$(UnityConfiguration)')" >
89
- <PackageReference Include =" Unity.Configuration" Version =" 5.0.0 " />
89
+ <PackageReference Include =" Unity.Configuration" Version =" 5.0.1 " />
90
90
</ItemGroup >
91
91
92
92
<ItemGroup Condition =" !Exists('$(UnityInterception)')" >
93
- <PackageReference Include =" Unity.Interception" Version =" 5.0.1 " />
93
+ <PackageReference Include =" Unity.Interception" Version =" 5.0.2 " />
94
94
</ItemGroup >
95
95
96
96
</Project >
Original file line number Diff line number Diff line change 52
52
53
53
54
54
<ItemGroup Condition =" !Exists('$(UnityAbstractions)')" >
55
- <PackageReference Include =" Unity.Abstractions" Version =" 2.0.1 " />
55
+ <PackageReference Include =" Unity.Abstractions" Version =" 2.0.2 " />
56
56
</ItemGroup >
57
57
58
58
<ItemGroup Condition =" !Exists('$(UnityConfiguration)')" >
59
- <PackageReference Include =" Unity.Configuration" Version =" 5.0.0 " />
59
+ <PackageReference Include =" Unity.Configuration" Version =" 5.0.1 " />
60
60
</ItemGroup >
61
61
62
62
<ItemGroup Condition =" !Exists('$(UnityInterception)')" >
63
- <PackageReference Include =" Unity.Interception" Version =" 5.0.1 " />
63
+ <PackageReference Include =" Unity.Interception" Version =" 5.0.2 " />
64
64
</ItemGroup >
65
65
66
66
<ItemGroup Condition =" !Exists('$(UnityContainer)')" >
67
- <PackageReference Include =" Unity.Container" Version =" 5.0.0 " />
67
+ <PackageReference Include =" Unity.Container" Version =" 5.0.1 " />
68
68
</ItemGroup >
69
69
70
70
You can’t perform that action at this time.
0 commit comments