Skip to content

Commit 74a64d7

Browse files
build(deps): update Splat.Drawing requirement from 9.* to 10.* in /src (#2652)
Updates the requirements on [Splat.Drawing](https://github.com/reactiveui/splat) to permit the latest version. - [Release notes](https://github.com/reactiveui/splat/releases) - [Changelog](https://github.com/reactiveui/splat/blob/main/RELEASENOTES.md) - [Commits](reactiveui/splat@9.0.4...10.0.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 881990d commit 74a64d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactiveUI.Drawing/ReactiveUI.Drawing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Splat.Drawing" Version="9.*" />
18+
<PackageReference Include="Splat.Drawing" Version="10.*" />
1919
</ItemGroup>
2020
</Project>

0 commit comments

Comments
 (0)