我目前正在新电脑上使用 dotnet core 3.1 框架开发代码。
我使用以下代码安装了最新版本的 dotnet-clear 工具:
dotnet 工具安装 --global dotnet-clear
当我使用它时,会显示以下输出。
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
- The following frameworks were found:
3.1.2 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
- https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=2.1.0&arch=x64&rid=win10-x64
Microsoft.NETCore.App框架在dotnet 核心安装期间安装。
从消息看来,我需要安装 dotnet core 2.1,但我在旧电脑上使用的是 dotnet core 3.1 和 dotnet clear。
知道如何解决这种情况吗?