Skip to content

Commit

Permalink
set net9
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Oct 25, 2024
1 parent 4c335ee commit c51962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Build : NukeBuild
.SetAssemblyVersion(MinVer.AssemblyVersion)
.SetFileVersion(MinVer.FileVersion)
.SetOutput(BuildDirectory)
.SetFramework("net8.0")
.SetFramework("net9.0")
.SetRuntime(Runtime));


Expand Down

0 comments on commit c51962e

Please sign in to comment.