CreachoPedia/creachopedia.csproj

13 lines
280 B
XML
Raw Normal View History

2020-09-07 06:58:48 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
2020-09-27 06:50:09 +00:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
2020-09-07 06:58:48 +00:00
</Project>