Skip to content

Commit adf50d6

Browse files
committed
Released Abstractions 4.1.0
1 parent 55e4f40 commit adf50d6

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
<PrivateAssets>all</PrivateAssets>
6565
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6666
</PackageReference>
67-
<PackageReference Include="System.ValueTuple" Version="4.5.*" />
6867
</ItemGroup>
6968

7069
</Project>

tests/NLog.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
</ItemGroup>

0 commit comments

Comments
 (0)