red-gate / SQLSearch-ADS-Issues

5 stars 0 forks source link

Warning about dotNet core 3.1.0 not being installed even when dotNet SDK 5.0.4 is available #60

Closed mcx808 closed 3 years ago

mcx808 commented 3 years ago

Shouldn't 5.x be backwards compatible with 3?

It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.1.0' was not found.
  - The following frameworks were found:
      5.0.4 at [/usr/local/share/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=3.1.0&arch=x64&rid=osx.11.0-x64
clivetong commented 3 years ago

[We didn't find it very backwards compatible - for example we had to get a later version of Entity Framework when upgrading to .NET 5 because the version we were using used behaviour of .NET Core 3 Task type]

mcx808 commented 3 years ago

Oh ok, in that case I supposed I'll have to install v3 as well.