-
Notifications
You must be signed in to change notification settings - Fork 524
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
Update .NET dependencies to latest versions #7127
base: main
Are you sure you want to change the base?
Conversation
eerhardt
commented
Jan 16, 2025
- Update runtime, aspnetcore, and efcore dependencies to 9.0.1
- Update dotnet/extensions to 9.1.0
- Update runtime, aspnetcore, and efcore dependencies to 9.0.1 - Update dotnet/extensions to 9.1.0
@@ -25,7 +25,7 @@ | |||
<PackageVersion Include="Azure.Storage.Blobs" Version="12.23.0" /> | |||
<PackageVersion Include="Azure.Storage.Queues" Version="12.21.0" /> | |||
<PackageVersion Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0" /> | |||
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.45.0" /> | |||
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.45.2" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not 3.46.1 ?
I have this change in my PR and it required some specific actions but how did it pick this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the minimum needed to use the 9.0.1 of Microsoft.EntityFrameworkCore.Cosmos. 3.46 adds the new Newtonsoft.Json issues that I didn't want to tackle with this PR. We can update it past 3.46 in a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can update it past 3.46 in a separate PR
Unless we merge my PR first (wink wink)
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |