mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
Prefer net461
This commit is contained in:
parent
756f6f2d16
commit
e608d2841b
@ -2,7 +2,7 @@
|
||||
<Import Project="..\osu.Game.props" />
|
||||
<Import Project="..\OpenTK.props" />
|
||||
<PropertyGroup Label="Project">
|
||||
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
|
||||
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
|
||||
<OutputType>Exe</OutputType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
|
Loading…
Reference in New Issue
Block a user