mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 05:52:56 +08:00
Fix extra semicolon
This commit is contained in:
parent
96901b6498
commit
3f9b14704e
@ -1 +1 @@
|
|||||||
Subproject commit 1ba94a8f0b0f1c43488356bf4a5cd5892f01f7da
|
Subproject commit 08ea2cf8943a22c168856f70ecdf172b43194af0
|
@ -2,7 +2,7 @@
|
|||||||
<Import Project="..\osu.Game.props" />
|
<Import Project="..\osu.Game.props" />
|
||||||
<Import Project="..\OpenTK.props" />
|
<Import Project="..\OpenTK.props" />
|
||||||
<PropertyGroup Label="Project">
|
<PropertyGroup Label="Project">
|
||||||
<TargetFrameworks>net461;netstandard2.0;;netcoreapp2.0</TargetFrameworks>
|
<TargetFrameworks>net461;netstandard2.0;netcoreapp2.0</TargetFrameworks>
|
||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
|
Loading…
Reference in New Issue
Block a user