Skip to content

Commit

Permalink
Merge pull request #166 from colombod/update_interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp authored Apr 28, 2021
2 parents 1259b92 + 86577f3 commit c5f9755
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
10 changes: 5 additions & 5 deletions src/XPlot.Plotly.Interactive/XPlot.Plotly.Interactive.fsproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net5.0</TargetFramework>
<PackageId>XPlot.Plotly.Interactive</PackageId>
<IsPackable>true</IsPackable>
<PackageVersion>4.0.1</PackageVersion>
<PackageVersion>4.0.2</PackageVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://fslab.org/XPlot/</PackageProjectUrl>
Expand All @@ -23,9 +23,9 @@

<ItemGroup>
<PackageReference Include="Giraffe.ViewEngine" Version="1.2.0" />
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.21176.4" />
<PackageReference Include="Microsoft.DotNet.Interactive.PowerShell" Version="1.0.0-beta.21176.4" />
<PackageReference Include="Microsoft.Dotnet.Interactive.http" Version="1.0.0-beta.21176.4" />
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.21228.1" />
<PackageReference Include="Microsoft.DotNet.Interactive.PowerShell" Version="1.0.0-beta.21228.1" />
<PackageReference Include="Microsoft.Dotnet.Interactive.http" Version="1.0.0-beta.21228.1" />
</ItemGroup>

<ItemGroup>
Expand Down
13 changes: 5 additions & 8 deletions src/XPlot.Plotly/XPlot.Plotly.fsproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>XPlot.Plotly</PackageId>
<IsPackable>true</IsPackable>
<PackageVersion>4.0.1</PackageVersion>
<PackageVersion>4.0.2</PackageVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://fslab.org/XPlot/</PackageProjectUrl>
Expand Down Expand Up @@ -80,16 +81,12 @@
<Compile Include="Plots/Scatter.fs" />
<Compile Include="Layout.fs" />
<Compile Include="Main.fs" />
<Content Include="paket.references" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.2"/>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3"/>
<PackageReference Update="FSharp.Core" Version="4.7.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

</Project>
2 changes: 0 additions & 2 deletions src/XPlot.Plotly/paket.references

This file was deleted.

0 comments on commit c5f9755

Please sign in to comment.