Skip to content

Instantly share code, notes, and snippets.

@ayapi
Created April 27, 2022 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayapi/787d3bc4782ec5c0d97e0d74c97e0c92 to your computer and use it in GitHub Desktop.
Save ayapi/787d3bc4782ec5c0d97e0d74c97e0c92 to your computer and use it in GitHub Desktop.
WSLのArchがMicrosoft.NETCore.Appのバージョンエラーで起動できなくなったら
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '5.0.0' (x64) was not found.
  - The following frameworks were found:
    6.0.2 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

て言ゎれたら

wsl yay -Sy aspnet-runtime-5.0-bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment