Skip to content
Closed
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
8 changes: 4 additions & 4 deletions OpenTabletArtist/OpenTabletArtist.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
<!-- Avalonia.Diagnostics not yet published for 12.x — re-add when available.
As of 2026-04: latest Diagnostics is 11.3.14, while Avalonia core is 12.0.1. -->
<!-- <PackageReference Include="Avalonia.Diagnostics" Version="12.0.1" Condition="'$(Configuration)' == 'Debug'" /> -->
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.2" />
<!-- HidSharp removed — OTD brings HidSharpCore via its project references -->
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="StreamJsonRpc" Version="2.22.23" />
<PackageReference Include="StreamJsonRpc" Version="2.25.29" />
<!-- Pin MessagePack to a patched version. StreamJsonRpc pulls in 2.5.192
transitively, which trips NU1903 (GHSA-hv8m-jj95-wg3x, fixed in 2.5.301).
This direct reference stays on the 2.5.x line for compatibility. -->
<PackageReference Include="MessagePack" Version="2.5.302" />
<PackageReference Include="MessagePack" Version="3.1.9" />
<!-- Raster paint surface for the Test tab. Pinned to the same SkiaSharp Avalonia 12 already
pulls in (via Avalonia.Skia) to avoid a package downgrade. We own the SKBitmap and hand
Avalonia a pixel buffer (no render-lease interop), so usage stays self-contained. -->
<PackageReference Include="SkiaSharp" Version="3.119.3-preview.1.1" />
<PackageReference Include="SkiaSharp" Version="4.152.1" />
</ItemGroup>

<!-- OTD library references (via git submodule at external/OpenTabletDriver) -->
Expand Down
Loading