Update LangVersion to 9 for all Content projects (#2587)

This commit is contained in:
DrSmugleaf
2020-11-24 01:36:36 +01:00
committed by GitHub
parent fb6dd4a490
commit 607be16c0d
7 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<!-- Work around https://github.com/dotnet/project-system/issues/4314 -->
<TargetFramework>$(TargetFramework)</TargetFramework>
<LangVersion>8</LangVersion>
<LangVersion>9</LangVersion>
<IsPackable>false</IsPackable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>..\bin\Content.Server.Database\</OutputPath>