Skip to content

Commit

Permalink
Merge pull request #167 from colombod/update_interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp authored Jun 22, 2021
2 parents c5f9755 + a55f571 commit f09ee6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.2</PackageVersion>
<PackageVersion>4.0.3</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.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" />
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.21309.3" />
<PackageReference Include="Microsoft.DotNet.Interactive.PowerShell" Version="1.0.0-beta.21309.3" />
<PackageReference Include="Microsoft.Dotnet.Interactive.http" Version="1.0.0-beta.21309.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/XPlot.Plotly/XPlot.Plotly.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>XPlot.Plotly</PackageId>
<IsPackable>true</IsPackable>
<PackageVersion>4.0.2</PackageVersion>
<PackageVersion>4.0.3</PackageVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://fslab.org/XPlot/</PackageProjectUrl>
Expand Down

0 comments on commit f09ee6a

Please sign in to comment.