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.

Target .NET 5.0 for the Bot Builder .NET SDK

See original GitHub issue

Hi all, according to my question on SO, it would be nice to have the SDK targeting .NET 5.0, so we catch up with the latest .NET 5 GA release.

From:

<TargetFramework>netcoreapp3.1</TargetFramework>

To:

<TargetFramework>net5.0</TargetFramework>

We already see some libraries which can’t be referenced since the SDK targets .NET Core 3.1. I’ve changed the target manually, and I can’t see any compile or runtime error. Anything that is blocking us from switching over?

Thanks —Sebastian

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
NickSpagcommented, Jul 8, 2021

Hi all, it looks like this got bumped to R15. Is there any more clarity that could be provided on when it may land or is it still a little unceratin? The team I’m on is holding on 3.1 as a result. Thanks in advance!

0reactions
gabogcommented, Jul 11, 2022

@Citronjack, we will skip net 6, the upcoming release, 4.17.x will add support for net 6 (it should be available in a few weeks from now)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is it safe to target the Bot Framework SDK to .NET 5?
There are no obvious problems with targeting .NET 5. But if you'd like to be safe, you should go with the version the...
Read more >
Target frameworks in SDK-style projects - .NET
Learn about target frameworks for .NET apps and libraries.
Read more >
Error "the current SDK package for .NET does not support ...
NET does not support the target object .NET Core 6.0. Select .NET Core 5.0 or earlier, or use the version of the .NET...
Read more >
Microsoft.Common.CurrentVersion.targets(1232, ...
NET SDK to target .NET 5.0 or higher. Update Visual Studio and/or your .NET SDK. #7701.
Read more >
The current .NET SDK does not support targeting . ...
Right click the project to open Properties > Application, the content of Target framework is blank and there is no '.NET Core 2.2'...
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