Specify updated versions of .NET

This commit is contained in:
Squid Grill 2022-04-06 22:19:04 -05:00 committed by GitHub
parent 1d810f699d
commit 119b934d43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ modules:
buildsystem: simple
build-commands:
- chmod +x dotnet-install.sh
- ./dotnet-install.sh --install-dir /app/opt/dotnet/ --version 5.0.202
- ./dotnet-install.sh --install-dir /app/opt/dotnet/ --version 6.0.100
sources:
- type: file
url: https://dot.net/v1/dotnet-install.sh

View file

@ -21,7 +21,7 @@ modules:
buildsystem: simple
build-commands:
- chmod +x dotnet-install.sh
- ./dotnet-install.sh --install-dir /app/opt/dotnet/ --version 5.0.202
- ./dotnet-install.sh --install-dir /app/opt/dotnet/ --version 6.0.100
sources:
- type: file
url: https://dot.net/v1/dotnet-install.sh