Skip to content

Commit

Permalink
Target .NET 6 in test project
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Feb 16, 2022
1 parent 9ba714d commit a4cf64a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>
<PropertyGroup Label="Project">
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>osu.Game.Rulesets.Sentakki.Tests</RootNamespace>
</PropertyGroup>
</Project>

0 comments on commit a4cf64a

Please sign in to comment.