Skip to content

Commit

Permalink
Set launcher to use C# 12
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyyrylainen committed Apr 24, 2024
1 parent 9fa65bf commit 9fe3cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThriveLauncher/ThriveLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>10</LangVersion>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<Version>2.1.4</Version>
<Authors>Revolutionary Games Studio</Authors>
Expand Down

0 comments on commit 9fe3cd7

Please # to comment.