File tree Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Library</OutputType >
5
5
<TargetFramework >net5.0</TargetFramework >
6
6
<PackageId >XPlot.Plotly.Interactive</PackageId >
7
7
<IsPackable >true</IsPackable >
8
- <PackageVersion >4.0.1 </PackageVersion >
8
+ <PackageVersion >4.0.2 </PackageVersion >
9
9
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
10
10
<RepositoryType >git</RepositoryType >
11
11
<PackageProjectUrl >https://fslab.org/XPlot/</PackageProjectUrl >
23
23
24
24
<ItemGroup >
25
25
<PackageReference Include =" Giraffe.ViewEngine" Version =" 1.2.0" />
26
- <PackageReference Include =" Microsoft.DotNet.Interactive" Version =" 1.0.0-beta.21176.4 " />
27
- <PackageReference Include =" Microsoft.DotNet.Interactive.PowerShell" Version =" 1.0.0-beta.21176.4 " />
28
- <PackageReference Include =" Microsoft.Dotnet.Interactive.http" Version =" 1.0.0-beta.21176.4 " />
26
+ <PackageReference Include =" Microsoft.DotNet.Interactive" Version =" 1.0.0-beta.21228.1 " />
27
+ <PackageReference Include =" Microsoft.DotNet.Interactive.PowerShell" Version =" 1.0.0-beta.21228.1 " />
28
+ <PackageReference Include =" Microsoft.Dotnet.Interactive.http" Version =" 1.0.0-beta.21228.1 " />
29
29
</ItemGroup >
30
30
31
31
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
3
<PropertyGroup >
3
4
<OutputType >Library</OutputType >
4
5
<TargetFramework >netstandard2.0</TargetFramework >
5
6
<PackageId >XPlot.Plotly</PackageId >
6
7
<IsPackable >true</IsPackable >
7
- <PackageVersion >4.0.1 </PackageVersion >
8
+ <PackageVersion >4.0.2 </PackageVersion >
8
9
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
9
10
<RepositoryType >git</RepositoryType >
10
11
<PackageProjectUrl >https://fslab.org/XPlot/</PackageProjectUrl >
80
81
<Compile Include =" Plots/Scatter.fs" />
81
82
<Compile Include =" Layout.fs" />
82
83
<Compile Include =" Main.fs" />
83
- <Content Include =" paket.references" />
84
84
</ItemGroup >
85
-
86
85
<ItemGroup >
87
86
<None Include =" ..\..\docs\img\logo.png" Pack =" true" PackagePath =" \" />
88
87
</ItemGroup >
89
-
90
88
<ItemGroup >
91
- <PackageReference Update =" FSharp.Core" Version =" 4.7.2" />
92
- <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
89
+ <PackageReference Update =" FSharp.Core" Version =" 4.7.2" />
90
+ <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
93
91
</ItemGroup >
94
-
95
92
</Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments