Update project build configurations to target netcoreapp2.1

This commit is contained in:
Dean Herbert
2018-06-02 22:20:17 +09:00
parent 53b11155d1
commit d287e32faf
19 changed files with 54 additions and 54 deletions

View File

@ -2,7 +2,7 @@
<Import Project="..\osu.TestProject.props" />
<PropertyGroup Label="Project">
<OutputType>WinExe</OutputType>
<TargetFrameworks>netcoreapp2.0;net471</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;net471</TargetFrameworks>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj" />