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 808bbf2 commit 1e2a491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>
<PropertyGroup Label="Project">
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>osu.Game.Rulesets.Tau.Tests</RootNamespace>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 1e2a491

Please sign in to comment.