Add .NET 6 Support
See original GitHub issueon macOS, homebrew only leaves the latest SDK/runtime combo for .NET installed and so I was getting the following error when trying to run dotnet outdated
▲ project [master] dotnet outdated -u:prompt
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '5.0.0' (x64) was not found.
- The following frameworks were found:
6.0.0 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=5.0.0&arch=x64&rid=osx.11.0-x64
I’ve created a pull request that might fix this, please see pr #215
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to target .NET 6.0 with Visual Studio 2019?
Visual Studio 2019 is officially unsupported for .NET 6.0 development but there is a workaround that is still working for today (October 2022):....
Read more >Visual Studio 2019 Not Showing .NET 6 Framework
NET 6.0 in Visual Studio 2019 is not supported message. It does not break compiling and debugging, but can be easily thrown out...
Read more >Getting Started With .NET 6.0
Net 6.0 is a long-term Support (LTS) that will be supported for three years. It is supported on multiple operating systems (Windows, Linux, ......
Read more >NET 6: First with Long-Term Support in New Series
We think the most important thing to emphasize is the long-term support (LTS) .NET 6 is bringing to the table. .NET 5 released...
Read more >NET 6 Supported OS Versions
.NET 6 - Supported OS versions · Windows · Linux · macOS · Android · iOS / tvOS · QEMU · Support changes...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s a final decision for the maintainers here, but 2.1 is officially out of support so I personally believe yes and TFMs should be netcoreapp3.1;net5.0;net6.0
As a part of this change, recommend removing 2.1 from TFM as that is now out of support.