Skip to content

Commit cff4954

Browse files
committed
Merge branch 'master' of https://github.com/unitycontainer/interception into v5.x
2 parents 100ba9d + fa3a3b4 commit cff4954

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

package.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<UnityAbstractionsVersion>4.0.*</UnityAbstractionsVersion>
9+
<UnityAbstractionsVersion>4.1.*</UnityAbstractionsVersion>
1010
<UnityContainerVersion>5.9.*</UnityContainerVersion>
1111
</PropertyGroup>
1212

src/Unity.Interception.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
<PrivateAssets>all</PrivateAssets>
110110
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
111111
</PackageReference>
112-
<PackageReference Include="System.ValueTuple" Version="4.5.*" />
113112
</ItemGroup>
114113

115114
</Project>

tests/Unity.Interception.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.0" />
1313
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
1414
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)