Skip to content

Commit 5617eff

Browse files
committed
Update to non-prerelease
1 parent ab82fa3 commit 5617eff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CSharpMath.SkiaSharp/CSharpMath.SkiaSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="SkiaSharp" Version="3.119.3-preview.1.1" />
10+
<PackageReference Include="SkiaSharp" Version="3.119.4" />
1111
<ProjectReference Include="..\CSharpMath.Rendering\CSharpMath.Rendering.csproj" />
1212
</ItemGroup>
1313

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313
<PropertyGroup>
1414
<!--CSharpMath-specific properties for centralized control of values-->
15-
<AvaloniaVersion>12.0.0-rc1</AvaloniaVersion>
15+
<AvaloniaVersion>12.0.4</AvaloniaVersion>
1616
<IsPublishedPackage>true</IsPublishedPackage>
1717
<IsPublishedPackage Condition="$([System.Text.RegularExpressions.Regex]::IsMatch($(MSBuildProjectName), `(Tests(.FSharp)?|Benchmarks|Example)$`))">false</IsPublishedPackage>
1818

0 commit comments

Comments
 (0)