J'utilise Visual Studio 2019 version 16.3.7. Je suppose que c'est la dernière mise à jour.
Lorsque j'essaie de compiler une application console de base .NET Core 2.2:
... j'obtiens l'erreur suivante:
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 .
Ma compréhension est que .NET Core 3.0 est rétrocompatible. Pourquoi le programme d'installation de Visual Studio a installé toutes les versions de .NET Core sauf 2.2? Comment résoudre ce problème?
Dans mon cas, il manquait SDK x86 .NET Core 2.2.x Platform (Visual Studio .NET 16.4 + .NET Core 3.1 SDK; xUnit Test Project).
Vous pouvez essayer ceci:
C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App
?dotnet --info