Skip to content

Commit

Permalink
fix(linux): Target dotnet 9.0. (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: tupoy-ya <tupoy-ya@users.noreply.github.com>
  • Loading branch information
tupoy-ya and tupoy-ya authored Dec 20, 2024
1 parent 3d4643d commit 291be5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTA V Script Decompiler/GTA V Script Decompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<DefineConstants>OS_WINDOWS</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(OS)' != 'Windows_NT' ">
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit 291be5e

Please sign in to comment.