Skip to content

Commit b184cd9

Browse files
committed
2 parents df747cd + 3cf36f1 commit b184cd9

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,8 +6,8 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9+
<UnityAbstractionsVersion>4.1.*</UnityAbstractionsVersion>
910
<UnityContainerVersion>5.9.*</UnityContainerVersion>
10-
<UnityAbstractionsVersion>4.0.*</UnityAbstractionsVersion>
1111
<CommonServiceLocatorVersion>2.0.*</CommonServiceLocatorVersion>
1212
</PropertyGroup>
1313

src/Unity.ServiceLocation.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
<PrivateAssets>all</PrivateAssets>
7777
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
7878
</PackageReference>
79-
<PackageReference Include="System.ValueTuple" Version="4.5.*" />
8079
</ItemGroup>
8180

8281
</Project>

tests/ServiceLocation.Tests.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
11+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
1414
<ProjectReference Include="..\src\Unity.ServiceLocation.csproj" />

0 commit comments

Comments
 (0)