/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/machine-learning/tutorials/snippets/image-classification/csharp/TransferLearningTF.csproj
23 строки
718 B
dependabot[bot]
Bump the dotnet group (#43517)
13 ноя 2024, 15:41
Не верифицирован
13 ноя 2024, 15:41
5178e2a
Код
Авторство
О чём код?
<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" /> <PackageReference Include="Microsoft.ML.ImageAnalytics" Version="4.0.0" /> <PackageReference Include="Microsoft.ML.TensorFlow" Version="4.0.0" /> <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.16.0" /> </ItemGroup> <ItemGroup> <None Include="assets/*/*"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> </Project>