|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - |
3 | | - <PropertyGroup> |
4 | | - <OutputType>Exe</OutputType> |
5 | | - <TargetFrameworks>net6.0;net8.0</TargetFrameworks> |
6 | | - <SignAssembly>False</SignAssembly> |
7 | | - <Version>2.0.0</Version> |
8 | | - <ServerGarbageCollection>true</ServerGarbageCollection> |
9 | | - <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection> |
10 | | - <RetainVMGarbageCollection>true</RetainVMGarbageCollection> |
11 | | - <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
12 | | - </PropertyGroup> |
13 | | - |
14 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
15 | | - <NoWarn>1701;1702;CS8002</NoWarn> |
16 | | - </PropertyGroup> |
17 | | - |
18 | | - <ItemGroup> |
19 | | - <PackageReference Include="BenchmarkDotNet" Version="0.13.10" /> |
20 | | - <PackageReference Include="ConsoleTables" Version="2.6.1" /> |
21 | | - <PackageReference Include="CsvHelper" Version="30.0.1" /> |
22 | | - <PackageReference Include="EasyConsole" Version="1.1.0"> |
23 | | - <NoWarn>NU1701</NoWarn> |
24 | | - </PackageReference> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <TargetFrameworks>net6.0;net8.0</TargetFrameworks> |
| 6 | + <SignAssembly>False</SignAssembly> |
| 7 | + <Version>2.0.0</Version> |
| 8 | + <ServerGarbageCollection>true</ServerGarbageCollection> |
| 9 | + <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection> |
| 10 | + <RetainVMGarbageCollection>true</RetainVMGarbageCollection> |
| 11 | + <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
| 12 | + </PropertyGroup> |
| 13 | + |
| 14 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 15 | + <NoWarn>1701;1702;CS8002</NoWarn> |
| 16 | + </PropertyGroup> |
| 17 | + |
| 18 | + <ItemGroup> |
| 19 | + <PackageReference Include="BenchmarkDotNet" Version="0.13.11" /> |
| 20 | + <PackageReference Include="ConsoleTables" Version="2.6.1" /> |
| 21 | + <PackageReference Include="CsvHelper" Version="30.0.1" /> |
| 22 | + <PackageReference Include="EasyConsole" Version="1.1.0"> |
| 23 | + <NoWarn>NU1701</NoWarn> |
| 24 | + </PackageReference> |
25 | 25 | <PackageReference Include="GitInfo" Version="3.3.3"> |
26 | 26 | <PrivateAssets>all</PrivateAssets> |
27 | 27 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
28 | | - </PackageReference> |
29 | | - <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" /> |
30 | | - <PackageReference Include="Plotly.NET" Version="4.2.0" /> |
31 | | - <PackageReference Include="Plotly.NET.ImageExport" Version="5.0.1" /> |
32 | | - </ItemGroup> |
33 | | - |
34 | | - <ItemGroup> |
35 | | - <ProjectReference Include="..\BitFaster.Caching\BitFaster.Caching.csproj" /> |
36 | | - </ItemGroup> |
37 | | - |
38 | | - <ItemGroup> |
39 | | - <None Update="NUMAExec.bat"> |
40 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
41 | | - </None> |
42 | | - <None Update="SizeExec.bat"> |
43 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
44 | | - </None> |
45 | | - </ItemGroup> |
46 | | - |
47 | | -</Project> |
| 28 | + </PackageReference> |
| 29 | + <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" /> |
| 30 | + <PackageReference Include="Plotly.NET" Version="4.2.0" /> |
| 31 | + <PackageReference Include="Plotly.NET.ImageExport" Version="5.0.1" /> |
| 32 | + </ItemGroup> |
| 33 | + |
| 34 | + <ItemGroup> |
| 35 | + <ProjectReference Include="..\BitFaster.Caching\BitFaster.Caching.csproj" /> |
| 36 | + </ItemGroup> |
| 37 | + |
| 38 | + <ItemGroup> |
| 39 | + <None Update="NUMAExec.bat"> |
| 40 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 41 | + </None> |
| 42 | + <None Update="SizeExec.bat"> |
| 43 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 44 | + </None> |
| 45 | + </ItemGroup> |
| 46 | + |
| 47 | +</Project> |
0 commit comments