microsoft / botbuilder-dotnet

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.
https://github.com/Microsoft/botframework
MIT License
864 stars 480 forks source link

[#6741] Update functional test pipelines to .NET8 #6761

Closed ceciliaavila closed 1 month ago

ceciliaavila commented 3 months ago

Addresses #6741

minor

Description

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

Testing

These images show the Functional Test pipelines working after the changes. image

image