Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<PackageVersion Include="Serilog.Exceptions" Version="8.4.0" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.31.0.145097" />
<PackageVersion Include="SimpleInjector" Version="5.6.0" />
<PackageVersion Include="SkiaSharp" Version="4.151.0" />
<PackageVersion Include="SkiaSharp" Version="4.151.1" />
<!-- SkiaSharp brings only the macOS and Win32 native assets on the plain .NET target frameworks. -->
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="4.151.0" />
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="4.151.1" />
<!-- StyleSharp.Analyzers, PerformanceSharp.Analyzers and SecuritySharp.Analyzers ship from the
same release pipeline and always share a version. -->
<PackageVersion Include="StyleSharp.Analyzers" Version="3.40.1" />
Expand Down
Loading