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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user