Skip to content

Commit

Permalink
Merge pull request #584 from hazzik/lang-version-73
Browse files Browse the repository at this point in the history
Set C# version to 7.3
  • Loading branch information
Serg-Norseman authored Jul 2, 2024
2 parents 7175ef3 + 9ea7d28 commit e7b8741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/GKConfigurations.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Common -->
<PropertyGroup>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<LangVersion>5</LangVersion>
<LangVersion>7.3</LangVersion>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
Expand Down

0 comments on commit e7b8741

Please sign in to comment.