Skip to content

Commit

Permalink
Remove System.Net.Primitives dependency
Browse files Browse the repository at this point in the history
Motivation
----------
This dependency is unnecesary and causing security warnings on the
transitive System.Private.Uri dependency.

Modifications
-------------
Remove the dependency.
  • Loading branch information
brantburnett committed Nov 29, 2024
1 parent 8e305df commit f8bab27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/main/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
<PackageVersion Include="System.Net.Http.Json" Version="9.0.0" />
<PackageVersion Include="System.Net.Primitives" Version="4.3.1" />
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.0" />
</ItemGroup>
Expand All @@ -34,4 +33,4 @@
<ItemGroup>
<GlobalPackageReference Include="Microsoft.Build.CopyOnWrite" Version="1.0.334" />
</ItemGroup>
</Project>
</Project>
1 change: 0 additions & 1 deletion src/main/Yardarm/Yardarm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
<PackageReference Include="NuGet.Commands" />
<PackageReference Include="System.Linq.Async" />
<PackageReference Include="System.Net.Primitives" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit f8bab27

Please sign in to comment.