|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <OutputType>Exe</OutputType> |
5 | | - <TargetFramework>net6.0</TargetFramework> |
6 | | - </PropertyGroup> |
7 | | - |
8 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
9 | | - <NoWarn>1701;1702;CS8002</NoWarn> |
10 | | - </PropertyGroup> |
11 | | - |
12 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
13 | | - <NoWarn>1701;1702,CS8002</NoWarn> |
14 | | - </PropertyGroup> |
15 | | - |
16 | | - <ItemGroup> |
17 | | - <Compile Include="..\BitFaster.Caching.ThroughputAnalysis\FastZipf.cs" Link="FastZipf.cs" /> |
18 | | - </ItemGroup> |
19 | | - |
20 | | - <ItemGroup> |
21 | | - <PackageReference Include="ConsoleTables" Version="2.6.1" /> |
22 | | - <PackageReference Include="CsvHelper" Version="30.1.0" /> |
23 | | - <PackageReference Include="EasyConsole" Version="1.1.0"> |
24 | | - <NoWarn>NU1701</NoWarn> |
25 | | - </PackageReference> |
26 | | - <PackageReference Include="GitInfo" Version="3.3.3"> |
27 | | - <PrivateAssets>all</PrivateAssets> |
28 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
29 | | - </PackageReference> |
30 | | - <PackageReference Include="MathNet.Numerics" Version="5.0.0" /> |
31 | | - <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" /> |
32 | | - <PackageReference Include="Plotly.NET.CSharp" Version="0.11.1" /> |
33 | | - <PackageReference Include="Plotly.NET.ImageExport" Version="5.0.1" /> |
34 | | - </ItemGroup> |
35 | | - |
36 | | - <ItemGroup> |
37 | | - <ProjectReference Include="..\BitFaster.Caching\BitFaster.Caching.csproj" /> |
38 | | - </ItemGroup> |
39 | | - |
40 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <TargetFramework>net6.0</TargetFramework> |
| 6 | + </PropertyGroup> |
| 7 | + |
| 8 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 9 | + <NoWarn>1701;1702;CS8002</NoWarn> |
| 10 | + </PropertyGroup> |
| 11 | + |
| 12 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 13 | + <NoWarn>1701;1702,CS8002</NoWarn> |
| 14 | + </PropertyGroup> |
| 15 | + |
| 16 | + <ItemGroup> |
| 17 | + <Compile Include="..\BitFaster.Caching.ThroughputAnalysis\FastZipf.cs" Link="FastZipf.cs" /> |
| 18 | + </ItemGroup> |
| 19 | + |
| 20 | + <ItemGroup> |
| 21 | + <PackageReference Include="ConsoleTables" Version="2.6.1" /> |
| 22 | + <PackageReference Include="CsvHelper" Version="31.0.0" /> |
| 23 | + <PackageReference Include="EasyConsole" Version="1.1.0"> |
| 24 | + <NoWarn>NU1701</NoWarn> |
| 25 | + </PackageReference> |
| 26 | + <PackageReference Include="GitInfo" Version="3.3.3"> |
| 27 | + <PrivateAssets>all</PrivateAssets> |
| 28 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 29 | + </PackageReference> |
| 30 | + <PackageReference Include="MathNet.Numerics" Version="5.0.0" /> |
| 31 | + <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" /> |
| 32 | + <PackageReference Include="Plotly.NET.CSharp" Version="0.11.1" /> |
| 33 | + <PackageReference Include="Plotly.NET.ImageExport" Version="5.0.1" /> |
| 34 | + </ItemGroup> |
| 35 | + |
| 36 | + <ItemGroup> |
| 37 | + <ProjectReference Include="..\BitFaster.Caching\BitFaster.Caching.csproj" /> |
| 38 | + </ItemGroup> |
| 39 | + |
| 40 | +</Project> |
0 commit comments