BitBetter/src/licenseGen/licenseGen.csproj

15 lines
430 B
XML
Raw Normal View History

2017-10-19 18:51:05 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
2017-10-29 20:13:38 +01:00
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
2017-10-29 20:13:38 +01:00
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>
2017-10-19 18:51:05 +02:00
</Project>