Skip to content

Commit

Permalink
net7.0 for github
Browse files Browse the repository at this point in the history
  • Loading branch information
buldo committed Sep 21, 2023
1 parent 450970c commit b04de5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ class Build : NukeBuild
.Executes(() =>
{
DotNetRestore(settings => settings
.SetProjectFile(Solution.Rtl8812auNet));
.SetProjectFile(Solution.Rtl8812auNet)
.SetRuntime("net7.0"));
});

//Target Compile => _ => _
Expand All @@ -75,6 +76,7 @@ class Build : NukeBuild
.SetIncludeSymbols(true)
.SetDeterministic(true)
.SetNoBuild(false)
.SetRuntime("net7.0")
.SetSymbolPackageFormat(DotNetSymbolPackageFormat.snupkg));
});

Expand Down

0 comments on commit b04de5a

Please sign in to comment.