Skip to content

Commit 6f8229e

Browse files
committed
Merge branch 'master' of https://github.com/unitycontainer/configuration into v5.x
2 parents fa90fcd + 02e59dc commit 6f8229e

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.Configuration.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<PrivateAssets>all</PrivateAssets>
6868
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6969
</PackageReference>
70-
<PackageReference Include="System.ValueTuple" Version="4.5.*" />
7170
</ItemGroup>
7271

7372
</Project>

tests/Configuration.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)