2017-12-01 17:50:28 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-03-28 11:33:01 +08:00
|
|
|
|
<Import Project="..\osu.TestProject.props" />
|
2018-07-30 14:15:51 +08:00
|
|
|
|
<ItemGroup Label="Package References">
|
|
|
|
|
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
|
2018-12-07 18:39:54 +08:00
|
|
|
|
<PackageReference Include="DeepEqual" Version="2.0.0" />
|
2021-11-02 01:01:54 +08:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
|
2021-09-30 22:59:26 +08:00
|
|
|
|
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
|
2021-04-29 11:51:12 +08:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.13.2" />
|
2022-02-15 16:06:33 +08:00
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
|
2021-03-21 18:01:06 +08:00
|
|
|
|
<PackageReference Update="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
|
2022-03-09 18:09:50 +08:00
|
|
|
|
<PackageReference Include="Moq" Version="4.17.2" />
|
2018-07-30 14:15:51 +08:00
|
|
|
|
</ItemGroup>
|
2018-03-28 14:59:41 +08:00
|
|
|
|
<PropertyGroup Label="Project">
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2022-02-10 14:25:54 +08:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2018-03-28 14:59:41 +08:00
|
|
|
|
</PropertyGroup>
|
2021-03-08 11:57:30 +08:00
|
|
|
|
<PropertyGroup Label="Code Analysis">
|
|
|
|
|
<CodeAnalysisRuleSet>tests.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2017-12-01 17:50:28 +08:00
|
|
|
|
<ItemGroup Label="Project References">
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Catch\osu.Game.Rulesets.Catch.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Mania\osu.Game.Rulesets.Mania.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Taiko\osu.Game.Rulesets.Taiko.csproj" />
|
|
|
|
|
</ItemGroup>
|
2021-04-08 02:41:21 +08:00
|
|
|
|
</Project>
|