mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:47:52 +08:00
26 lines
1.3 KiB
XML
26 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\osu.Game.props" />
|
|
<PropertyGroup Label="Project">
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<WarningLevel>0</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="Service">
|
|
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
|
</ItemGroup>
|
|
<ItemGroup Label="Project References">
|
|
<ProjectReference Include="..\osu-framework\osu.Framework\osu.Framework.csproj" />
|
|
<ProjectReference Include="..\osu-resources\osu.Game.Resources\osu.Game.Resources.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup Label="Package References">
|
|
<PackageReference Include="Humanizer" Version="2.2.0" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.0.1" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="2.0.3" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
|
|
<PackageReference Include="SharpCompress" Version="0.18.1" />
|
|
<PackageReference Include="NUnit" Version="3.10.1" />
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="4.4.0" />
|
|
</ItemGroup>
|
|
</Project> |