File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- # Installs .NET Core 2.1, .NET 5 and .NET 6 for CI/CD environment
1+ # Installs .NET 6 and .NET 7 for CI/CD environment
22# see: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script#examples
33
44[Net.ServicePointManager ]::SecurityProtocol = [Net.SecurityProtocolType ]::Tls12;
55
6- & ([scriptblock ]::Create((Invoke-WebRequest - UseBasicParsing ' https://dot.net/v1/dotnet-install.ps1' ))) - Version 2.1 . 816
6+ & ([scriptblock ]::Create((Invoke-WebRequest - UseBasicParsing ' https://dot.net/v1/dotnet-install.ps1' ))) - Channel 6.0
77
8- & ([scriptblock ]::Create((Invoke-WebRequest - UseBasicParsing ' https://dot.net/v1/dotnet-install.ps1' ))) - Version 5.0 .408
9-
10- & ([scriptblock ]::Create((Invoke-WebRequest - UseBasicParsing ' https://dot.net/v1/dotnet-install.ps1' )))
8+ & ([scriptblock ]::Create((Invoke-WebRequest - UseBasicParsing ' https://dot.net/v1/dotnet-install.ps1' ))) - Channel 7.0
You can’t perform that action at this time.
0 commit comments