0
0
RhSolutions-ML/RhSolutions.ML.Builder/RhSolutions.ML.Builder.csproj

19 lines
472 B
XML
Raw Normal View History

2023-09-20 08:18:22 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="2.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="Data/train.tsv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>