Skip to content

Commit

Permalink
[up] to .NET 6.0 targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Dec 1, 2024
1 parent 802e93d commit ef2f15a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/Simplify.DI.Tests/Simplify.DI.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
<Description>Simplify.DI unit tests</Description>
<Copyright>Licensed under LGPL</Copyright>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Simplify.DI.TestsTypes\Simplify.DI.TestsTypes.csproj" />
<ProjectReference Include="..\Simplify.DI\Simplify.DI.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="3.2.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.*" />
<PackageReference Include="NUnit" Version="3.13.*" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.*" />
<ProjectReference Include="..\Simplify.DI.TestsTypes\Simplify.DI.TestsTypes.csproj" />
<ProjectReference Include="..\Simplify.DI\Simplify.DI.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Simplify.DI.TestsTypes/Simplify.DI.TestsTypes.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand Down

0 comments on commit ef2f15a

Please sign in to comment.