From 28bd3a6c19ff2c6aa780e8a1041670a844642f50 Mon Sep 17 00:00:00 2001 From: Rico Suter Date: Tue, 26 Sep 2023 00:43:48 +0200 Subject: [PATCH] add .net 7 --- build/Build.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Build.cs b/build/Build.cs index ecd2dab290..2cdd3edd2b 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -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")