mirror of
https://github.com/Biarity/Sieve.git
synced 2025-04-12 15:02:53 +02:00
13 lines
321 B
XML
13 lines
321 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Options" Version="2.0.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.1-beta3" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|