BitBetter/src/bitBetter/bitBetter.csproj

14 lines
331 B
XML
Raw Normal View History

2017-10-19 18:51:05 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
2017-10-19 18:51:05 +02:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2017-10-19 18:51:05 +02:00
</ItemGroup>
</Project>