Skip to content

Commit 80d6b59

Browse files
authored
[build] Address CVE-2024-30105 (#3166)
Context: GHSA-hh2w-p6rv-4g7w Bumps Microsoft.DotNet.Interactive to v1.0.0-beta.25110.2 to bring in an updated version of System.Text.Json.
1 parent c2a1fde commit 80d6b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/SkiaSharp.DotNet.Interactive/SkiaSharp.DotNet.Interactive.csproj

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

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.23313.2" PrivateAssets="all" />
14+
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.25110.2" PrivateAssets="all" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)