Skip to content

Commit

Permalink
Merge pull request #160 from cartermp/change-packaging-plotly
Browse files Browse the repository at this point in the history
Update packaging for XPlot.Plotly and XPlotly.Plotly.Interactive
  • Loading branch information
cartermp authored Mar 2, 2021
2 parents 39f900b + e8ef787 commit 93d11a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 32 deletions.
15 changes: 10 additions & 5 deletions src/XPlot.Plotly/XPlot.Plotly.fsproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>XPlot.Plotly</PackageId>
<IsPackable>true</IsPackable>
<PackageVersion>4.0.0</PackageVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://fslab.org/XPlot/</PackageProjectUrl>
<RepositoryUrl>https://github.com/fslaborg/XPlot</RepositoryUrl>
<Authors>Microsoft</Authors>
<Description>Brings Plotly charting to F# and .NET developers!</Description>
<PackageIcon>logo.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -86,5 +87,9 @@
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
</ItemGroup>

<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.2"/>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3"/>
</ItemGroup>

</Project>
27 changes: 0 additions & 27 deletions src/XPlot.Plotly/paket.template

This file was deleted.

0 comments on commit 93d11a3

Please sign in to comment.