Target net5.0 instead of netcoreapp3

This commit is contained in:
Roman Kapustin
2020-11-20 10:45:19 +03:00
parent 229aed1d46
commit 3b600f0a7b
9 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@
</ItemGroup>
<PropertyGroup Label="Project">
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj" />