osu/osu.Game.Benchmarks/osu.Game.Benchmarks.csproj

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
592 B
XML
Raw Normal View History

2020-01-06 11:48:28 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-02-01 15:50:26 +00:00
<TargetFramework>net8.0</TargetFramework>
2020-01-06 11:48:28 +00:00
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>
2020-01-08 12:36:00 +00:00
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.12" />
<PackageReference Include="nunit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
2020-01-08 12:36:00 +00:00
</ItemGroup>
<ItemGroup>
2020-05-23 14:18:55 +00:00
<ProjectReference Include="..\osu.Game.Tests\osu.Game.Tests.csproj" />
2020-01-08 12:36:00 +00:00
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
</ItemGroup>
2020-01-06 11:48:28 +00:00
</Project>