Files
Plotly.Net.Test/Plotly.Net.Test.fsproj
T
2026-07-23 14:37:19 +02:00

18 lines
400 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Plotly.NET" Version="5.1.0" />
<PackageReference Include="Plotly.NET.ImageExport" Version="6.1.0" />
</ItemGroup>
</Project>