Switch project files to C# 12. (#25487)
Just unlocks new language features like primary constructors.
This commit is contained in:
committed by
GitHub
parent
2458c87b62
commit
b1de6dd601
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<!-- Work around https://github.com/dotnet/project-system/issues/4314 -->
|
||||
<TargetFramework>$(TargetFramework)</TargetFramework>
|
||||
<LangVersion>11</LangVersion>
|
||||
<LangVersion>12</LangVersion>
|
||||
<IsPackable>false</IsPackable>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<OutputPath>..\bin\Content.Server.Database\</OutputPath>
|
||||
|
||||
Reference in New Issue
Block a user