-
Notifications
You must be signed in to change notification settings - Fork 481
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
.Net 8 #6741
Comments
Hi, Do you know when the projects will be upgraded to .Net 8? Any ETA? |
Hi, there is any news? |
Hi @sambathrajv, @gioce90. We are working on updating all projects and pipeline yamls to .NET 8. We estimate finishing with this next week. |
Hello everyone. These issues and PR are still open.. Have the .NET 8 templates been released elsewhere @ceciliaavila ? |
@ahmed-dstny There are some changes pending. |
Thanks @tracyboehrer. Do you mean the warnings about the Microsoft.Identity packages? What's the expected fix (will updating the packages fix the warnings)? |
@ahmed-dstny No. There was a separate PR to update Microsoft.Identity.Client to 4.60.3 to resolve those warnings. That has already been merged. |
* Update test projects to .NET8 * Update test bots to .NET8 * Update CI yamls to .NET8 * Apply feedback * keep support for netcoreapp3.1 * fix pipeline task name * separate target framework conditionals * add missing task to pipeline --------- Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
* Update dotnet-templates to NET 8 * Update VSIX to NET 8 * Update comment BotBuilder version to latest * include netcoreapp3.1 in the template options * fix README content --------- Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
* Fix for Skills endorsement check (#6846) Co-authored-by: Tracy Boehrer <trboehre@microsoft.com> * FederatedAppCredentials and factory * add token credential authentication to BlobsTranscriptStore (#6813) * [#6741] Remove .Net Core 3.1 from projects (#6819) * Remove netcoreapp3.1 and fix System.Text.Json issue * Fix System.Formats.Asn1 security issue * Fix remaining System.Text.Json issue * Removed unused argument from FederatedAuthenticator.CreateClientApplication * Fix Microsoft.Bcl.AsyncInterfaces warning (#6837) # Conflicts: # libraries/Microsoft.Bot.Builder.Azure/Microsoft.Bot.Builder.Azure.csproj * add code ql comment about TypeNameHandling.None (#6843) --------- Co-authored-by: Tracy Boehrer <trboehre@microsoft.com> Co-authored-by: Jhonatan Sandoval Velasco <122501764+JhontSouth@users.noreply.github.com> Co-authored-by: Joel Mut <62260472+sw-joelmut@users.noreply.github.com>
The text was updated successfully, but these errors were encountered: