Skip to content

Commit c10498f

Browse files
committed
add no packable options to test projects
1 parent d7bb3e7 commit c10498f

File tree

9 files changed

+10
-6
lines changed

9 files changed

+10
-6
lines changed

src/Plotly.NET.CSharp/Plotly.NET.CSharp.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737

3838
<ItemGroup>
3939
<None Include="..\..\docs\img\logo.png" Pack="true" PackagePath="\" />
40-
<PackageReference Include="Plotly.NET" Version="4.0.0-preview.2" />
40+
<!--<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj"/>-->
41+
<PackageReference Include="Plotly.NET" Version="4.0.0-preview.3" />
4142
</ItemGroup>
4243

4344
</Project>

src/Plotly.NET.ImageExport/Plotly.NET.ImageExport.fsproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="Plotly.NET" Version="4.0.0-preview.2" />
38+
<!--<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj"/>-->
39+
<PackageReference Include="Plotly.NET" Version="4.0.0-preview.3" />
3940
<PackageReference Include="DynamicObj" Version="2.0.0" />
4041
<PackageReference Include="PuppeteerSharp" Version="9.0.2" />
4142
</ItemGroup>

src/Plotly.NET.Interactive/Plotly.NET.Interactive.fsproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
</ItemGroup>
5050

5151
<ItemGroup>
52-
<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj"/>
53-
<!--<PackageReference Include="Plotly.NET" Version="4.0.0-preview.2" />-->
52+
<!--<ProjectReference Include="..\Plotly.NET\Plotly.NET.fsproj"/>-->
53+
<PackageReference Include="Plotly.NET" Version="4.0.0-preview.3" />
5454
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.23102.2" />
5555
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.23102.2" />
5656
</ItemGroup>

tests/Plotly.NET.CSharp.Tests/Plotly.NET.CSharp.Tests.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
65
<IsPackable>false</IsPackable>
76
</PropertyGroup>
87

tests/Plotly.NET.ImageExport.Tests/Plotly.NET.ImageExport.Tests.fsproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
66
<GenerateProgramFile>false</GenerateProgramFile>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

910
<ItemGroup>

tests/Plotly.NET.Tests.CSharpConsole/Plotly.NET.Tests.CSharpConsole.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<PropertyGroup>
88
<OutputType>Exe</OutputType>
99
<TargetFramework>net6.0</TargetFramework>
10+
<IsPackable>false</IsPackable>
1011
</PropertyGroup>
1112

1213
</Project>

tests/Plotly.NET.Tests.CSharpInteroperability/Plotly.NET.Tests.CSharpInteroperability.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
65
<IsPackable>false</IsPackable>
76
</PropertyGroup>
87

tests/Plotly.NET.Tests.FSharpConsole/Plotly.NET.Tests.FSharpConsole.fsproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
66
<WarnOn>3390;$(WarnOn)</WarnOn>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

910
<ItemGroup>

tests/Plotly.NET.Tests/Plotly.NET.Tests.fsproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
66
<GenerateProgramFile>false</GenerateProgramFile>
7+
<IsPackable>false</IsPackable>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)