Skip to content

Commit

Permalink
Downgrade to .NET 8 because .NET 9 has crashing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Nov 22, 2024
1 parent d0b4908 commit d039a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Version>4.1.0</Version>

<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

<!-- Sets the default identifiers. They can be overridden -->
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
Expand Down
1 change: 1 addition & 0 deletions MelonLoader.Installer/MelonLoader.Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

<Authors>Lava Gang</Authors>
<Company>discord.gg/2Wn3N2P</Company>
<StartupObject>MelonLoader.Installer.Program</StartupObject>
</PropertyGroup>

<PropertyGroup Condition="'$(RuntimeIdentifier.StartsWith(`win-`))' == 'true'">
Expand Down

0 comments on commit d039a23

Please sign in to comment.