This repository was archived by the owner on Jan 5, 2026. It is now read-only.
[#6825] Update packages to latest version that support .NET 6#6840
Merged
Conversation
Member
|
@sw-joelmut Conflicts |
tracyboehrer
approved these changes
Aug 12, 2024
Contributor
|
✔️ No Binary Compatibility issues for Microsoft.Bot.Builder.Azure.dll |
This was referenced May 14, 2026
This was referenced May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6825
Description
This PR updates multiple dependencies to their latest version that support .NET 6 as minimum. Additionally, it fixes some of the breaking changes generated by these updates in the unit tests due to package protected methods, different type of Exceptions, and JSON schemas typos.
Specific Changes
MSTest.TestAdapterfrom3.4.3to3.5.1.MSTest.TestFrameworkfrom3.4.3to3.5.1.Antlr4.Runtime.Standardfrom4.11.1to4.13.1.Microsoft.SourceLink.GitHubfrom1.0.0to8.0.0.JsonPath.Netfrom1.1.2to1.1.4.Azure.Storage.Blobsfrom12.20.0to12.21.1.Azure.Storage.Queuesfrom12.18.0to12.19.1.Microsoft.Azure.Cosmosfrom3.41.0to3.42.0.RichardSzalay.MockHttpfrom6.0.0to7.0.0.Microsoft.Identity.Clientfrom4.61.3to4.63.0.Microsoft.IdentityModel.Protocols.OpenIdConnectfrom7.6.3to8.0.1.Microsoft.AspNetCore.Mvc.NewtonsoftJsonfrom8.0.2to8.0.7.Newtonsoft.Json.Schemafrom3.0.13to4.0.1.Jintfrom3.1.5to4.0.0.BenchmarkDotNetfrom0.13.12to0.14.0.NunitXml.TestLoggerfrom3.1.20to4.0.254.XunitXml.TestLoggerfrom3.1.20to4.0.254.Microsoft.IdentityModel.Tokensfrom7.6.3to8.0.1.System.IdentityModel.Tokens.Jwtfrom7.6.3to8.0.1.Testing
The following images show the CI pipeline.
