-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#6741] Update projects to .Net 8 #6760
Conversation
Pull Request Test Coverage Report for Build 389178Details
💛 - Coveralls |
@ceciliaavila If it doesn't cause any issues, lets retain the 3.1 support in the packages. |
Sure, we'll update the projects to keep supporting netcoreapp 3.1. |
@ceciliaavila @sw-joelmut Were the changes to retain 3.1 support (if possible) made? |
Hi @tracy, we prioritized other issues over this, but we can address it next week. |
[like] Tracy Boehrer reacted to your message:
…________________________________
From: Joel Mut ***@***.***>
Sent: Friday, April 19, 2024 1:40:41 PM
To: microsoft/botbuilder-dotnet ***@***.***>
Cc: Tracy Boehrer ***@***.***>; Review requested ***@***.***>
Subject: Re: [microsoft/botbuilder-dotnet] [#6741] Update projects to .Net 8 (PR #6760)
Hi @tracy<https://github.com/tracy>, we prioritized other issues over this, but we can address it next week.
—
Reply to this email directly, view it on GitHub<#6760 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAH2HBV72KPUATVSI36I2N3Y6ENFTAVCNFSM6AAAAABEQNLLY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRWGYYTKMJTGI>.
You are receiving this because your review was requested.Message ID: ***@***.***>
|
✔️ No Binary Compatibility issues for Microsoft.Bot.Builder.Integration.AspNet.Core.dll |
Hi @tracyboehrer, the changes to maintain support for Net Core 3.1 are ready in the PR. |
Addresses #6741
#minor
Description
This PR updates the test projects, the test bots, and the CI pipelines to target .NET 8.
All these changes need to be done in one PR for the build checks to pass.
We divided the changes into three commits to ease the review:
Note: The FunctionalTests pipelines and the generators will be updated in separate PRs.
Specific Changes
For the test projects:
For the bots projects:
For the CI pipelines yamls:
Testing
This image shows the TestBot bots working as expected after the update.
Here we can see the CI pipeline working after the changes.