Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

eerhardt
Copy link
Member

  • 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" />
Copy link
Member

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?

Copy link
Member Author

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.

Copy link
Member

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)

@eerhardt
Copy link
Member Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants