From adcb75319c35f2eb0055fb7de1f6590eb09a7a71 Mon Sep 17 00:00:00 2001 From: xerxes-at <5236639+xerxes-at@users.noreply.github.com> Date: Tue, 15 Feb 2022 16:56:31 +0100 Subject: [PATCH] Changed .NET 6 Direct Download... (#229) Changed the .NET 6 Direct Download link to the hosting bundle as it includes both the .NET 6 runtime and the ASP .NET 6 runtime which are both needed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d3935635..1aced1daa 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Latest binary builds are always available at: **IW4MAdmin** requires minimal effort to get up and running. ### Prerequisites * [.NET Core 6.0.x Runtime](https://www.microsoft.com/net/download) - * [Direct Download (Windows)](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.1-windows-x64-installer) + * [Direct Download (Windows)](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-6.0.1-windows-hosting-bundle-installer) * [Package Installation Instructions (Linux)](https://docs.microsoft.com/en-us/dotnet/core/install/linux) ### Installation 1. Install .NET Core Runtime