Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed May 27, 2024
1 parent cd63a51 commit ca47ee0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Plotly.NET.ImageExport/Plotly.NET.ImageExport.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ItemGroup>
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" PackageVersion="[5.0.0, 6.0.0)" />
<PackageReference Include="DynamicObj" Version="2.0.0" />
<PackageReference Include="PuppeteerSharp" Version="12.0.0" />
<PackageReference Include="PuppeteerSharp" Version="18.0.0" />
</ItemGroup>
<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Plotly.NET.ImageExport/PuppeteerSharpRenderer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type PuppeteerSharpRenderer() =
task {
match PuppeteerSharpRendererOptions.localBrowserExecutablePath with
| None ->
use browserFetcher = new BrowserFetcher()
let browserFetcher = new BrowserFetcher()

let! revision = browserFetcher.DownloadAsync()

Expand Down
4 changes: 2 additions & 2 deletions src/Plotly.NET.Interactive/Plotly.NET.Interactive.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@

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

<Target Name="UseExplicitPackageVersions" BeforeTargets="GenerateNuspec">
Expand Down

0 comments on commit ca47ee0

Please sign in to comment.