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

Just unlocks new language features like primary constructors.
This commit is contained in:
Pieter-Jan Briers
2024-02-23 05:02:59 +01:00
committed by GitHub
parent 2458c87b62
commit b1de6dd601
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(TargetFramework)</TargetFramework>
<LangVersion>10</LangVersion>
<LangVersion>12</LangVersion>
<IsPackable>false</IsPackable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>..\bin\Content.Replay\</OutputPath>