File tree 2 files changed +11
-1
lines changed
src/Plotly.NET.Interactive
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 30
30
</PropertyGroup >
31
31
32
32
<ItemGroup >
33
+ <None Include =" Repack.ps1" />
33
34
<None Include =" ..\..\docs\img\logo.png" Pack =" true" PackagePath =" \" />
34
- <None Include =" ..\..\bin\ Plotly.NET.Interactive\net5.0 \Plotly.NET.Interactive.dll" Pack =" true" PackagePath =" interactive-extensions/dotnet" />
35
+ <None Include =" ..\Plotly.NET.Interactive\bin\Release\$(TargetFramework) \Plotly.NET.Interactive.dll" Pack =" true" PackagePath =" interactive-extensions/dotnet" />
35
36
<Compile Include =" AssemblyInfo.fs" />
36
37
<Compile Include =" Extension.fs" />
37
38
</ItemGroup >
Original file line number Diff line number Diff line change
1
+ # clean up the previously-cached NuGet packages
2
+ Remove-Item - Recurse ~\.nuget\packages\Plotly.NET.Interactive* - Force
3
+ Remove-Item - Recurse ~\.nuget\packages\Plotly.NET* - Force
4
+
5
+ # build and pack Plotly.NET.Interactive
6
+ dotnet restore
7
+ dotnet clean
8
+ dotnet build - c Release
9
+ dotnet pack - c Release
You can’t perform that action at this time.
0 commit comments