Skip to content

Commit

Permalink
install .net 3.1 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Suter committed Aug 15, 2023
1 parent f612076 commit ca23624
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 @@ -122,6 +122,7 @@ protected override void OnBuildInitialized()
{
Chocolatey("install wixtoolset -y");
Chocolatey("install netfx-4.6.1-devpack -y");
Chocolatey("install dotnetcore-3.1-sdk -y");
NpmInstall(x => x
.EnableGlobal()
.AddPackages("dotnettools")
Expand Down

0 comments on commit ca23624

Please sign in to comment.