Skip to content

Commit 6f42e51

Browse files
Bump Plotly.NET and Plotly.NET.ImageExport
Bumps [Plotly.NET](https://github.com/plotly/Plotly.NET) and [Plotly.NET.ImageExport](https://github.com/plotly/Plotly.NET). These dependencies needed to be updated together. Updates `Plotly.NET` from 4.2.0 to 5.0.0 - [Release notes](https://github.com/plotly/Plotly.NET/releases) - [Changelog](https://github.com/plotly/Plotly.NET/blob/dev/RELEASE_NOTES.md) - [Commits](plotly/Plotly.NET@4.2.0...5.0.0) Updates `Plotly.NET.ImageExport` from 5.0.1 to 6.1.0 - [Release notes](https://github.com/plotly/Plotly.NET/releases) - [Changelog](https://github.com/plotly/Plotly.NET/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/plotly/Plotly.NET/commits) --- updated-dependencies: - dependency-name: Plotly.NET dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Plotly.NET.ImageExport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a160e87 commit 6f42e51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BitFaster.Caching.HitRateAnalysis/BitFaster.Caching.HitRateAnalysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
3131
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0" />
3232
<PackageReference Include="Plotly.NET.CSharp" Version="0.11.1" />
33-
<PackageReference Include="Plotly.NET.ImageExport" Version="5.0.1" />
33+
<PackageReference Include="Plotly.NET.ImageExport" Version="6.1.0" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
2929
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.0" />
30-
<PackageReference Include="Plotly.NET" Version="4.2.0" />
31-
<PackageReference Include="Plotly.NET.ImageExport" Version="5.0.1" />
30+
<PackageReference Include="Plotly.NET" Version="5.0.0" />
31+
<PackageReference Include="Plotly.NET.ImageExport" Version="6.1.0" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

0 commit comments

Comments
 (0)