2020-01-06 11:48:28 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-11-20 07:45:19 +00:00
|
|
|
<TargetFramework>net5.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>
|
2021-06-01 19:59:09 +00:00
|
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.13.0" />
|
2021-04-29 03:51:12 +00:00
|
|
|
<PackageReference Include="nunit" Version="3.13.2" />
|
2021-07-01 17:02:17 +00:00
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="4.0.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>
|