-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathQuaver.API.csproj
More file actions
20 lines (20 loc) · 942 Bytes
/
Quaver.API.csproj
File metadata and controls
20 lines (20 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DeepCloner" Version="0.10.4" />
<PackageReference Include="HoLLy.osu.DatabaseReader" Version="2.1.0" />
<PackageReference Include="MonoGame.Extended" Version="1.1.0" />
<PackageReference Include="MoonSharp" Version="2.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.11" />
<PackageReference Include="sqlite-net-pcl" Version="1.5.231" />
<PackageReference Include="YamlDotNet" Version="5.1.0" />
<PackageReference Include="z440.atl.core" Version="3.18.0" />
</ItemGroup>
</Project>