2017-12-01 18:50:28 +09:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<Import Project="..\osu.Game.props" />
|
|
|
|
|
<PropertyGroup Label="Project">
|
2018-03-27 18:55:27 +09:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2017-12-01 18:50:28 +09:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
2018-03-27 15:06:02 +09:00
|
|
|
|
<ItemGroup Label="Service">
|
|
|
|
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
|
|
|
|
</ItemGroup>
|
2017-12-01 18:50:28 +09:00
|
|
|
|
<ItemGroup Label="Package References">
|
2019-03-22 02:41:21 +09:00
|
|
|
|
<PackageReference Include="Humanizer" Version="2.6.2" />
|
2019-08-04 00:34:51 +03:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.6" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="2.2.6" />
|
2019-05-08 21:08:46 +09:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
2019-08-12 08:30:26 +00:00
|
|
|
|
<PackageReference Include="ppy.osu.Game.Resources" Version="2019.809.0" />
|
2019-08-13 08:54:17 +00:00
|
|
|
|
<PackageReference Include="ppy.osu.Framework" Version="2019.813.0" />
|
2019-03-22 02:41:21 +09:00
|
|
|
|
<PackageReference Include="SharpCompress" Version="0.23.0" />
|
2019-05-17 21:40:46 +03:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.12.0" />
|
2018-08-03 19:25:55 +09:00
|
|
|
|
<PackageReference Include="SharpRaven" Version="2.4.0" />
|
2018-06-07 15:46:31 +01:00
|
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
|
2017-12-01 18:50:28 +09:00
|
|
|
|
</ItemGroup>
|
2018-11-30 14:30:50 +09:00
|
|
|
|
</Project>
|