Skip to content

Update NuGet packages#65

Open
dougwaldron wants to merge 2 commits intoJonPSmith:mainfrom
dougwaldron:update-nuget-packages
Open

Update NuGet packages#65
dougwaldron wants to merge 2 commits intoJonPSmith:mainfrom
dougwaldron:update-nuget-packages

Conversation

@dougwaldron
Copy link
Copy Markdown

This PR removes two NuGet packages and updates several others. This change resolves some package vulnerability warnings in applications using EfCore.TestSupport.

Specifically, I removed the Microsoft.Build.Tasks.Core and System.Net.Http packages. You shouldn't need to reference those packages directly in your repository as they're included by default in the SDK/MSBuild. Also, I updated the .NET-related packages from version 10.0.0 to 10.0.6.

Currently, EfCore.TestSupport has a transitive dependency on an outdated version of the System.Security.Cryptography.Xml package, which is vulnerable and produces build warnings in projects that use it. The changes above remove that dependency.

The Microsoft.Build.Tasks.Core and System.Net.Http packages do not need to be directly referenced.
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.

1 participant