Skip to content

Commit ca47ee0

Browse files
committed
bump dependencies
1 parent cd63a51 commit ca47ee0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Plotly.NET.ImageExport/Plotly.NET.ImageExport.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<ItemGroup>
3838
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[5.0.0, 6.0.0)" />
3939
<PackageReference Include="DynamicObj" Version="2.0.0" />
40-
<PackageReference Include="PuppeteerSharp" Version="12.0.0" />
40+
<PackageReference Include="PuppeteerSharp" Version="18.0.0" />
4141
</ItemGroup>
4242
<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">
4343
<ItemGroup>

src/Plotly.NET.ImageExport/PuppeteerSharpRenderer.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ type PuppeteerSharpRenderer() =
8888
task {
8989
match PuppeteerSharpRendererOptions.localBrowserExecutablePath with
9090
| None ->
91-
use browserFetcher = new BrowserFetcher()
91+
let browserFetcher = new BrowserFetcher()
9292

9393
let! revision = browserFetcher.DownloadAsync()
9494

src/Plotly.NET.Interactive/Plotly.NET.Interactive.fsproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
<ItemGroup>
5252
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[5.0.0, 6.0.0)" />
53-
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.23514.2" />
54-
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.23514.2" />
53+
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.24229.4" />
54+
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.24229.4" />
5555
</ItemGroup>
5656

5757
<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">

0 commit comments

Comments
 (0)