mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
User LanguageVersion from Directory.Build.props
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
<AssemblyName>osu.Framework.NativeLibs</AssemblyName>
|
||||
<Description>Native libraries for osu!framework</Description>
|
||||
<Product>osu!framework Libraries</Product>
|
||||
<LangVersion>7.2</LangVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Nuget">
|
||||
<Title>osu!framework Libraries</Title>
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<PropertyGroup Label="Project">
|
||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<LangVersion>7.2</LangVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<GenerateProgramFile>false</GenerateProgramFile>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
<AssemblyName>osu.Framework</AssemblyName>
|
||||
<Description>A 2D application/game framework written with rhythm games in mind.</Description>
|
||||
<Product>osu!framework</Product>
|
||||
<LangVersion>7.2</LangVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Nuget">
|
||||
<Title>osu!framework</Title>
|
||||
|
||||
Reference in New Issue
Block a user