It seems like I can't run the .NET Core 3.1 based app in my .NET 6 based pipeline:
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '3.1.0' (x64) was not found.
- The following frameworks were found:
6.0.3 at [C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\shared\Microsoft.NETCore.App]
(without also having to install .NET Core 3.1 alongside the .NET 6 SDK install.)
Describe the solution you'd like
It'd be great to update to use the net6.0 TFM over netcoreapp3.1
Is your feature request related to a problem? Please describe. .NET Core 3.1 will be EOL at the end of the year: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
It seems like I can't run the .NET Core 3.1 based app in my .NET 6 based pipeline:
(without also having to install .NET Core 3.1 alongside the .NET 6 SDK install.)
Describe the solution you'd like It'd be great to update to use the
net6.0
TFM overnetcoreapp3.1