/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/machine-learning/tutorials/snippets/sentiment-analysis/csharp/SentimentAnalysis.csproj
20 строк
486 B
dependabot[bot]
Bump Microsoft.ML (#43506)
13 ноя 2024, 15:38
Не верифицирован
13 ноя 2024, 15:38
771b2db
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.ML" Version="4.0.0" /> </ItemGroup> <ItemGroup> <None Update="Data\yelp_labelled.txt"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> </Project>