Skip to content

Commit 9c9a70a

Browse files
authored
Merge pull request #2107 from shimat/renovate/avalonia-monorepo
Update avalonia monorepo to 12.1.1
2 parents e9b1ac5 + 8cb1199 commit 9c9a70a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/OpenCvSharp.AvaloniaExtensions/OpenCvSharp.AvaloniaExtensions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<ItemGroup>
4545
<!-- Avalonia.Base.dll (WriteableBitmap/PixelFormat) ships inside the "Avalonia" package itself;
4646
there is no separate "Avalonia.Base" NuGet package to depend on instead. -->
47-
<PackageReference Include="Avalonia" Version="12.1.0" />
47+
<PackageReference Include="Avalonia" Version="12.1.1" />
4848
</ItemGroup>
4949

5050
<ItemGroup>

test/OpenCvSharp.Tests.Avalonia/OpenCvSharp.Tests.Avalonia.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
<ItemGroup>
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
22-
<PackageReference Include="Avalonia.Headless.XUnit" Version="12.1.0" />
22+
<PackageReference Include="Avalonia.Headless.XUnit" Version="12.1.1" />
2323
<!-- Real Skia-backed WriteableBitmap storage for the tests; not needed by the library itself. -->
24-
<PackageReference Include="Avalonia.Skia" Version="12.1.0" />
24+
<PackageReference Include="Avalonia.Skia" Version="12.1.1" />
2525
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)