Skip to content

Commit

Permalink
add .net 7
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Sep 25, 2023
1 parent 249f9a6 commit 28bd3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ protected override void OnBuildInitialized()
Chocolatey("install wixtoolset -y");
Chocolatey("install dotnetcore-3.1-sdk -y");
Chocolatey("install netfx-4.6.2-devpack -y");
Chocolatey("install dotnet-7.0-sdk -y");
NpmInstall(x => x
.EnableGlobal()
.AddPackages("dotnettools")
Expand Down

0 comments on commit 28bd3a6

Please sign in to comment.