Skip to content

Commit

Permalink
chore: adjust dependency to remove vulnerability warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Nov 15, 2024
1 parent 117fc10 commit 3b275a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SourceGenerators/Uno.UI.Tasks/Uno.UI.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<ItemGroup>
<!-- Avoid transitive dependency from Microsoft.Build.Tasks.Core on 4.3.0 which has a vulnerability -->
<PackageReference Include="System.Net.Http" Version="4.3.4" ExcludeAssets="runtime" />

<!-- Avoid transitive dependency from Microsoft.Build.Tasks.Core -> System.Net.Http -> on 4.3.0 which has a vulnerability -->
<PackageReference Include="System.Private.Uri" Version="4.3.2" ExcludeAssets="runtime" />

<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build" Version="15.9.20" ExcludeAssets="runtime" />
Expand Down

0 comments on commit 3b275a8

Please sign in to comment.