Skip to content

Commit

Permalink
Update Turkey.Tests to .NET 6
Browse files Browse the repository at this point in the history
Otherwise we get an error since the main project is already targeting
.NET 6:

    dotnet-bunny/Turkey.Tests/Turkey.Tests.csproj : error NU1201:
    Project Turkey is not compatible with netcoreapp3.1
    (.NETCoreApp,Version=v3.1). Project Turkey supports: net6.0
    (.NETCoreApp,Version=v6.0)
  • Loading branch information
omajid committed Jan 13, 2022
1 parent fea48c2 commit c76fea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Turkey.Tests/Turkey.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit c76fea5

Please sign in to comment.