diff --git a/release-notes/2.0/2.0.6.md b/release-notes/2.0/2.0.6.md index 4de384de..151f7839 100644 --- a/release-notes/2.0/2.0.6.md +++ b/release-notes/2.0/2.0.6.md @@ -23,6 +23,15 @@ Deployment of this update to Azure AppServices is in process. Because AppService ## Known Issues +### Windows Server Hosting bundle (`DotNetCore.2.0.6-WindowsHosting.exe`) does not contain the updated AspNetCore RuntimePackageStore + +**Issue** `DotNetCore.2.0.6-WindowsHosting.exe` incorrectly contains the 2.0.5 AspNetCore RuntimePackageStore rather than 2.0.6. + +**Resolution:** If you have already installed the broken installer, download and run the [new installer](https://go.microsoft.com/fwlink/?linkid=869674). You can verify the correct version is installed by checking this: + +Open the Control Panel and navigate to “Uninstall a program”, or on Windows 10 open Windows settings and navigate to “Apps”. +Find the entry for `Microsoft .NET Core 2.0.6 – Windows Server Hosting`. This entry should show that version `2.0.40314.10011` is installed. + ### Using Linux package managers to update `dotnet-host.x86_64` breaks .NET Core **Issue:** Running the package manager `update` command on Linux systems where .NET Core has been previously installed may offer an update for `dotnet-host.x86_64`. If the update is allowed to proceed, .NET Core could be in a broken state as only the dotnet host is updated.