Skip to content

Commit

Permalink
Upgrades project to .NET 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavenly Avenger committed Dec 14, 2024
1 parent ca01552 commit ec4efc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ClutchFixer/ClutchFix.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void MakeManifest()
Clutch deadzone-range should be reduced in options for additional realism (smaller actuation/""bite"" interval in the pedal).
The process to generate this mod is automated by a console app (.NET 6) that is hosted at https://github.com/avengerx/SCSClutchFixer.
The process to generate this mod is automated by a console app (.NET 9) that is hosted at https://github.com/avengerx/SCSClutchFixer.
Generated for game version: [white]" + exactVer + @"[normal]
Truck engines fixed: [white]" + engineCount + @"[normal]
Expand Down
2 changes: 1 addition & 1 deletion ClutchFixer/ClutchFixer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net9.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<VersionPrefix>1.0.0</VersionPrefix>
Expand Down

0 comments on commit ec4efc5

Please sign in to comment.