mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 02:41:48 -05:00
Specify updated versions of .NET
This commit is contained in:
parent
1d810f699d
commit
119b934d43
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue