Upgrade project targets to netcoreapp3.1

This commit is contained in:
Huo Yaoyuan
2019-12-16 15:28:18 +08:00
parent ce41be59aa
commit 351e826120
18 changed files with 42 additions and 42 deletions

View File

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