Tôi đang sử dụng Visual Studio 2019 Phiên bản 16.3.7. Tôi cho rằng đó là bản cập nhật mới nhất.
Khi tôi cố gắng biên dịch một ứng dụng bảng điều khiển .NET Core 2.2 cơ bản:
...Tôi nhận được lỗi sau đây:
It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '2.2.0' was not found.
- The following frameworks were found:
1.0.1 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
2.0.9 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
2.1.11 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
2.1.12 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
2.1.13 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
3.0.0 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The .NET Core frameworks can be found at:
- https://aka.ms/dotnet-download .
Tôi hiểu rằng .NET Core 3.0 tương thích ngược. Tại sao trình cài đặt Visual Studio cài đặt tất cả các phiên bản .NET Core trừ 2.2? Làm thế nào để tôi giải quyết vấn đề này?