2020-09-26 11:30:15 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-09-27 03:08:55 +00:00
|
|
|
<NoWarn>1591</NoWarn>
|
2020-09-26 11:30:15 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="CsvHelper" Version="15.0.6" />
|
2020-09-26 11:59:06 +00:00
|
|
|
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20371.2" />
|
|
|
|
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.3.0-alpha.20371.2" />
|
2020-09-26 11:30:15 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
2020-09-26 11:59:06 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-09-26 11:30:15 +00:00
|
|
|
</Project>
|