2020-01-06 19:48:28 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-02-10 14:25:54 +08:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2020-01-06 19:48:28 +08:00
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-01-08 20:36:00 +08:00
|
|
|
<ItemGroup>
|
2023-02-11 12:52:24 +08:00
|
|
|
<PackageReference Include="BenchmarkDotNet" Version="0.13.4" />
|
2022-05-11 18:51:22 +08:00
|
|
|
<PackageReference Include="nunit" Version="3.13.3" />
|
2023-02-11 12:52:24 +08:00
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
|
2020-01-08 20:36:00 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-05-23 22:18:55 +08:00
|
|
|
<ProjectReference Include="..\osu.Game.Tests\osu.Game.Tests.csproj" />
|
2020-01-08 20:36:00 +08:00
|
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2020-01-06 19:48:28 +08:00
|
|
|
</Project>
|