Skip to content

Commit

Permalink
Update TABGVR.Server.csproj to C# 12
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBigz committed Nov 29, 2024
1 parent 5160b34 commit 6cc3f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TABGVR.Server/TABGVR.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>latest</LangVersion>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
Expand Down

0 comments on commit 6cc3f43

Please sign in to comment.