From cd7da29ee45e61ab23caeefefd6636ecaf71fd3e Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 6 Dec 2020 17:32:20 +0530 Subject: [PATCH] updated install.sh for .NET 5.0 --- {DnsServerApp.NETCore => DnsServerApp}/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {DnsServerApp.NETCore => DnsServerApp}/install.sh (97%) diff --git a/DnsServerApp.NETCore/install.sh b/DnsServerApp/install.sh similarity index 97% rename from DnsServerApp.NETCore/install.sh rename to DnsServerApp/install.sh index 82e73b64..1552e6ff 100644 --- a/DnsServerApp.NETCore/install.sh +++ b/DnsServerApp/install.sh @@ -16,7 +16,7 @@ echo "===============================" echo "" echo "Installing .NET Core Runtime..." -curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 3.1 --runtime dotnet --no-path --install-dir $dotnetDir --verbose >> $installLog 2>&1 +curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 5.0 --runtime dotnet --no-path --install-dir $dotnetDir --verbose >> $installLog 2>&1 if [ ! -f "/usr/bin/dotnet" ] then