-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMathAndAI.csproj
More file actions
21 lines (21 loc) · 876 Bytes
/
Copy pathMathAndAI.csproj
File metadata and controls
21 lines (21 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="MathAndAI\**" />
<EmbeddedResource Remove="MathAndAI\**" />
<None Remove="MathAndAI\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
<PackageReference Include="CommunityToolkit.HighPerformance" Version="8.2.2" />
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="ILGPU" Version="1.5.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Plotly.NET" Version="5.0.0" />
<PackageReference Include="Plotly.NET.Interactive" Version="5.0.0" />
<PackageReference Include="ScottPlot" Version="5.0.36" />
</ItemGroup>
</Project>