Skip to content

Commit

Permalink
chore: Adjust package inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 14, 2024
1 parent a38648b commit 1d3362d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
<PackageReference Update="System.Private.Uri" Version="4.3.2" />
<PackageReference Update="System.Net.Http" Version="4.3.4" />
<PackageReference Update="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="NuGet.Packaging" Version="6.0.2" />
<PackageReference Include="System.Formats.Asn1" Version="6.0.1" />
<PackageReference Update="NuGet.Packaging" Version="6.0.2" />
<PackageReference Update="System.Formats.Asn1" Version="6.0.1" />

<PackageReference Update="SkiaSharp.Views" Version="$(SkiaSharpVersion)" />
<PackageReference Update="SkiaSharp.Views.Uno" Version="$(SkiaSharpVersion)" />
Expand Down

0 comments on commit 1d3362d

Please sign in to comment.