mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove net461 targets
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<Import Project="..\osu.Game.props" />
|
||||
<Import Project="..\OpenTK.props" />
|
||||
<PropertyGroup Label="Project">
|
||||
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
|
Reference in New Issue
Block a user