2023-01-04 12:41:53 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-01-04 17:53:48 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="CsvHelper" Version="30.0.1" />
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2023-01-04 12:41:53 +00:00
|
|
|
</Project>
|