2017-10-19 18:51:05 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2022-09-01 23:43:34 +02:00
|
|
|
<TargetFramework>netcoreapp6.0</TargetFramework>
|
2017-10-19 18:51:05 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2017-10-29 20:13:38 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
|
2023-01-02 20:59:14 +01:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
|
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>
|