Skip to content

Commit c5f9755

Browse files
authored
Merge pull request #166 from colombod/update_interactive
2 parents 1259b92 + 86577f3 commit c5f9755

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

src/XPlot.Plotly.Interactive/XPlot.Plotly.Interactive.fsproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
55
<TargetFramework>net5.0</TargetFramework>
66
<PackageId>XPlot.Plotly.Interactive</PackageId>
77
<IsPackable>true</IsPackable>
8-
<PackageVersion>4.0.1</PackageVersion>
8+
<PackageVersion>4.0.2</PackageVersion>
99
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1010
<RepositoryType>git</RepositoryType>
1111
<PackageProjectUrl>https://fslab.org/XPlot/</PackageProjectUrl>
@@ -23,9 +23,9 @@
2323

2424
<ItemGroup>
2525
<PackageReference Include="Giraffe.ViewEngine" Version="1.2.0" />
26-
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.21176.4" />
27-
<PackageReference Include="Microsoft.DotNet.Interactive.PowerShell" Version="1.0.0-beta.21176.4" />
28-
<PackageReference Include="Microsoft.Dotnet.Interactive.http" Version="1.0.0-beta.21176.4" />
26+
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.21228.1" />
27+
<PackageReference Include="Microsoft.DotNet.Interactive.PowerShell" Version="1.0.0-beta.21228.1" />
28+
<PackageReference Include="Microsoft.Dotnet.Interactive.http" Version="1.0.0-beta.21228.1" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

src/XPlot.Plotly/XPlot.Plotly.fsproj

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project Sdk="Microsoft.NET.Sdk">
23
<PropertyGroup>
34
<OutputType>Library</OutputType>
45
<TargetFramework>netstandard2.0</TargetFramework>
56
<PackageId>XPlot.Plotly</PackageId>
67
<IsPackable>true</IsPackable>
7-
<PackageVersion>4.0.1</PackageVersion>
8+
<PackageVersion>4.0.2</PackageVersion>
89
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
910
<RepositoryType>git</RepositoryType>
1011
<PackageProjectUrl>https://fslab.org/XPlot/</PackageProjectUrl>
@@ -80,16 +81,12 @@
8081
<Compile Include="Plots/Scatter.fs" />
8182
<Compile Include="Layout.fs" />
8283
<Compile Include="Main.fs" />
83-
<Content Include="paket.references" />
8484
</ItemGroup>
85-
8685
<ItemGroup>
8786
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
8887
</ItemGroup>
89-
9088
<ItemGroup>
91-
<PackageReference Update="FSharp.Core" Version="4.7.2"/>
92-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3"/>
89+
<PackageReference Update="FSharp.Core" Version="4.7.2" />
90+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
9391
</ItemGroup>
94-
9592
</Project>

src/XPlot.Plotly/paket.references

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)