Set C# language version to 9.0 in project file

Added the <LangVersion>9.0</LangVersion> property to ExamplePatchMod.csproj to specify the use of C# 9.0 features.
This commit is contained in:
Michael C | lorexcold
2025-12-17 12:13:53 +01:00
parent c2856d31e2
commit edcbc257c6

View File

@@ -9,6 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ExamplePatchMod</RootNamespace>
<AssemblyName>ExamplePatchMod</AssemblyName>
<LangVersion>9.0</LangVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>