Skip to content

Commit

Permalink
chore: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Nov 20, 2024
1 parent 29e23ba commit 41df998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions testing/TestHarness/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@
<RootNamespace>TestHarness</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<PropertyGroup>
<SkiaSharpVersion>2.88.9-preview.2.2</SkiaSharpVersion>
</PropertyGroup>
</Project>
4 changes: 0 additions & 4 deletions testing/TestHarness/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,4 @@
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<PropertyGroup>
<SkiaSharpVersion>2.88.9-preview.2.2</SkiaSharpVersion>
</PropertyGroup>
</Project>

0 comments on commit 41df998

Please sign in to comment.