User LanguageVersion from Directory.Build.props

This commit is contained in:
Dean Herbert
2019-02-15 13:33:24 +09:00
parent a32109088d
commit bc7fc7be6f
3 changed files with 0 additions and 3 deletions

View File

@@ -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>

View File

@@ -2,7 +2,6 @@
<PropertyGroup Label="Project">
<TargetFramework>netcoreapp2.2</TargetFramework>
<OutputType>WinExe</OutputType>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<PropertyGroup>
<GenerateProgramFile>false</GenerateProgramFile>

View File

@@ -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>