Skip to content

Commit ef2f15a

Browse files
committed
[up] to .NET 6.0 targeting
1 parent 802e93d commit ef2f15a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/Simplify.DI.Tests/Simplify.DI.Tests.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
<Description>Simplify.DI unit tests</Description>
88
<Copyright>Licensed under LGPL</Copyright>
99
</PropertyGroup>
10+
<ItemGroup>
11+
<ProjectReference Include="..\Simplify.DI.TestsTypes\Simplify.DI.TestsTypes.csproj" />
12+
<ProjectReference Include="..\Simplify.DI\Simplify.DI.csproj" />
13+
</ItemGroup>
1014
<ItemGroup>
1115
<PackageReference Include="coverlet.msbuild" Version="3.2.*" />
1216
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.*" />
1317
<PackageReference Include="NUnit" Version="3.13.*" />
1418
<PackageReference Include="NUnit3TestAdapter" Version="4.3.*" />
15-
<ProjectReference Include="..\Simplify.DI.TestsTypes\Simplify.DI.TestsTypes.csproj" />
16-
<ProjectReference Include="..\Simplify.DI\Simplify.DI.csproj" />
1719
</ItemGroup>
1820
</Project>

src/Simplify.DI.TestsTypes/Simplify.DI.TestsTypes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>netstandard1.0</TargetFramework>
3+
<TargetFramework>net6.0</TargetFramework>
44

55
<Authors>Alexander Krylkov</Authors>
66
<Product>Simplify</Product>

0 commit comments

Comments
 (0)