Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
This PR updates the Functional Test yamls to target .NET 8 instead of .NET 6.
Note: The adapters' functional test pipelines didn't require updating, but we tested them with the bots targeting .NET 8.
Specific Changes
Updated functional-test-setup-steps.yml to target the net8.0 framework.
Updated botbuilder-dotnet-functional-test-linux.yml to add the self-contained flag to the publish command, as starting .NET 8 this is no longer the default behavior (documentation).
Testing
These images show the Functional Test pipelines working after the changes.
Addresses #6741
minor
Description
This PR updates the Functional Test yamls to target .NET 8 instead of .NET 6.
Specific Changes
functional-test-setup-steps.yml
to target the net8.0 framework.botbuilder-dotnet-functional-test-linux.yml
to add the self-contained flag to the publish command, as starting .NET 8 this is no longer the default behavior (documentation).Testing
These images show the Functional Test pipelines working after the changes.