Korzystam z programu Visual Studio 2019 w wersji 16.3.7. Zakładam, że to najnowsza aktualizacja.
Podczas próby skompilowania podstawowej aplikacji konsoli .NET Core 2.2:
... pojawia się następujący błąd:
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 .
Rozumiem, że .NET Core 3.0 jest wstecznie kompatybilny. Dlaczego instalator Visual Studio zainstalował wszystkie wersje .NET Core oprócz 2.2? Jak rozwiązać ten problem?