Target .NET 5.0 for the Bot Builder .NET SDK
See original GitHub issueHi 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:
- Created 3 years ago
- Comments:7 (5 by maintainers)
Top 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 >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
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!
@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)