Switch project files to C# 12. (#25487)

Just unlocks new language features like primary constructors.

(cherry picked from commit b1de6dd6017f4f56045df409db59fb7d303bde5d)
This commit is contained in:
Pieter-Jan Briers
2024-02-23 05:02:59 +01:00
committed by Debug
parent 1a1c61d71d
commit 324ea7fbc8
7 changed files with 7 additions and 7 deletions

View File

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