Merge pull request #2336 from dotnet/dougbu/fixup.known-issues

!fixup 2.1.8-known-issues.md
This commit is contained in:
Lee Coward 2019-02-22 16:34:33 -08:00 committed by GitHub
commit a08d991070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ Unhandled Exception: System.IO.FileLoadException: Could not load file or assembl
#### Workarounds
If this issue affects your application, update the project in one of the following ways:
1. Remove version from AspNetCore.App `<PackageReference Include="Microsoft.AspNetCore" />`
1. Remove version from AspNetCore.App `<PackageReference Include="Microsoft.AspNetCore.App" />`
2. Add `<PackageReference Include="Microsoft.AspNetCore" Version="2.1.7" />` (NB: this is **not** the .App package)
3. Update AspNetCore.App: `<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.8" />`