2017-12-01 09:50:28 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-03-28 03:33:01 +00:00
|
|
|
|
<Import Project="..\osu.TestProject.props" />
|
2018-07-30 06:15:51 +00:00
|
|
|
|
<ItemGroup Label="Package References">
|
|
|
|
|
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
|
2018-12-07 10:39:54 +00:00
|
|
|
|
<PackageReference Include="DeepEqual" Version="2.0.0" />
|
2021-06-01 19:59:27 +00:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
|
2021-04-29 03:51:12 +00:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.13.2" />
|
2020-07-13 17:22:39 +00:00
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
|
2021-03-21 10:01:06 +00:00
|
|
|
|
<PackageReference Update="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
|
2021-03-02 00:43:44 +00:00
|
|
|
|
<PackageReference Include="Moq" Version="4.16.1" />
|
2018-07-30 06:15:51 +00:00
|
|
|
|
</ItemGroup>
|
2018-03-28 06:59:41 +00:00
|
|
|
|
<PropertyGroup Label="Project">
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2020-11-20 07:45:19 +00:00
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2018-03-28 06:59:41 +00:00
|
|
|
|
</PropertyGroup>
|
2021-03-08 03:57:30 +00:00
|
|
|
|
<PropertyGroup Label="Code Analysis">
|
|
|
|
|
<CodeAnalysisRuleSet>tests.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2017-12-01 09:50:28 +00: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-07 18:41:21 +00:00
|
|
|
|
</Project>
|