question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add .NET 6 Support

See original GitHub issue

on 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:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
timheuercommented, Nov 19, 2021

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

1reaction
timheuercommented, Nov 19, 2021

As a part of this change, recommend removing 2.1 from TFM as that is now out of support.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found