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