2019-07-09 18:39:29 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-12-21 23:40:57 +00:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2019-07-09 18:39:29 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-12-21 23:40:57 +00:00
|
|
|
|
<ProjectReference Include="..\PluralKit.Core\PluralKit.Core.csproj" />
|
2019-07-09 18:39:29 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-12-21 23:40:57 +00:00
|
|
|
|
<_ContentIncludedByDefault Remove="Properties\launchSettings.json" />
|
2019-07-09 18:39:29 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-07-15 17:08:47 +00:00
|
|
|
|
<ItemGroup>
|
2019-12-21 23:40:57 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" />
|
2019-07-15 17:08:47 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2019-07-09 18:39:29 +00:00
|
|
|
|
</Project>
|