mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Prefer net461
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user