botbuilder-dotnet
botbuilder-dotnet copied to clipboard
[#6741] Update generators templates and VSIX to .Net 8
Fixes #6741
Description
This PR updates all generators from net6
to net8
.
Specific Changes
-
Templates
- Updates all related files where the
net6
configuration appear, changing it tonet8
. - Default template installation to
net8
, but leavenet6
andnet8
as supported options. Since we maintained both in the SDK.
- Updates all related files where the
-
VSIX
- Updates all related files to target
net8
. - Fixed an issue when generating the
CoreBotWithTests
sample failed because it was referencing nonexistent files.
- Updates all related files to target
Testing
The following images show all three bots working and the update reference in the VSIX samples.
Pull Request Test Coverage Report for Build 389180
Details
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage increased (+0.006%) to 78.163%
Totals | |
---|---|
Change from base Build 388884: | 0.006% |
Covered Lines: | 26180 |
Relevant Lines: | 33494 |
💛 - Coveralls
Hi @tracyboehrer, the changes to maintain support for Net Core 3.1 are ready in the PR.