1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 06:25:42 +00:00
X10D/tools/Benchmarks/Benchmarks.csproj

19 lines
472 B
XML
Raw Normal View History

2023-04-06 02:30:17 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-11-14 16:49:53 +00:00
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>
2023-04-06 02:30:17 +01:00
<Configuration>Release</Configuration>
<OutputType>Exe</OutputType>
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.5"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\X10D\X10D.csproj"/>
</ItemGroup>
</Project>