Skip to content

Commit

Permalink
Use package references of the base lib for all extension projects
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Jun 15, 2022
1 parent 2338652 commit bc15f67
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/Plotly.NET.CSharp/Plotly.NET.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>

<PropertyGroup>
<Authors>Kevin Schneider, F# open source contributors</Authors>
<Authors>Kevin Schneider, open source contributors</Authors>
<Description>Native C# bindings for Plotly.NET 📈🚀.</Description>
<Summary>Native C# bindings for Plotly.NET 📈🚀.</Summary>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand All @@ -37,7 +37,7 @@

<ItemGroup>
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" />
<PackageReference Include="Plotly.NET" Version="3.*" />
</ItemGroup>

</Project>
7 changes: 1 addition & 6 deletions src/Plotly.NET.ImageExport/Plotly.NET.ImageExport.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,8 @@
<None Include="Playground.fsx" />
</ItemGroup>

<ItemGroup />

<ItemGroup>
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Plotly.NET" Version="3.*" />
<PackageReference Include="DynamicObj" Version="2.0.0" />
<PackageReference Include="PuppeteerSharp" Version="6.0.0" />
</ItemGroup>
Expand Down
10 changes: 3 additions & 7 deletions src/Plotly.NET.Interactive/Plotly.NET.Interactive.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
<FsDocsLicenseLink>https://github.com/plotly/Plotly.NET/blob/dev/LICENSE</FsDocsLicenseLink>
<FsDocsReleaseNotesLink>https://github.com/plotly/Plotly.NET/blob/dev/RELEASE_NOTES.md</FsDocsReleaseNotesLink>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj" />
</ItemGroup>

<ItemGroup>
<Compile Remove="bin\**" />
Expand All @@ -52,10 +48,10 @@
<None Include="$(OutputPath)/Plotly.NET.Interactive.dll" Pack="true" PackagePath="interactive-extensions/dotnet" />
</ItemGroup>


<ItemGroup>
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.22175.2" />
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.22175.2" />
<PackageReference Include="Plotly.NET" Version="3.*" />
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.22314.1" />
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.22314.1" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions src/Plotly.NET.Interactive/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.0.1 - June 15 2020

Update .NET interactive references

### 3.0.0 - June 15 2020

This release adopts strong assembly naming.
Expand Down

0 comments on commit bc15f67

Please sign in to comment.