NoSoliciting/NoSoliciting.Trainer/NoSoliciting.Trainer.csproj

22 lines
725 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2021-03-04 04:35:57 +00:00
<PackageReference Include="ConsoleTables" Version="2.4.2"/>
2021-07-18 02:20:06 +00:00
<PackageReference Include="CsvHelper" Version="27.1.1"/>
<PackageReference Include="Microsoft.ML" Version="1.6.0"/>
</ItemGroup>
<ItemGroup>
2021-03-04 04:35:57 +00:00
<ProjectReference Include="..\NoSoliciting.Interface\NoSoliciting.Interface.csproj"/>
<ProjectReference Include="..\NoSoliciting.Internal.Interface\NoSoliciting.Internal.Interface.csproj"/>
</ItemGroup>
</Project>