Skip to content

Commit c9182cd

Browse files
Bump the dotnet group (#43176)
Bumps the dotnet group in /docs/machine-learning/tutorials/snippets/api-transfer-learning/csharp with 3 updates: [Microsoft.ML](https://github.com/dotnet/machinelearning), [Microsoft.ML.ImageAnalytics](https://github.com/dotnet/machinelearning) and [Microsoft.ML.Vision](https://github.com/dotnet/machinelearning). Updates `Microsoft.ML` from 4.0.0-preview.24378.1 to 4.0.0-preview.24522.7 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits) Updates `Microsoft.ML.ImageAnalytics` from 4.0.0-preview.24378.1 to 4.0.0-preview.24522.7 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits) Updates `Microsoft.ML` from 4.0.0-preview.24378.1 to 4.0.0-preview.24522.7 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits) Updates `Microsoft.ML.Vision` from 4.0.0-preview.24378.1 to 4.0.0-preview.24522.7 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits) Updates `Microsoft.ML` from 4.0.0-preview.24378.1 to 4.0.0-preview.24522.7 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits) --- updated-dependencies: - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.ML.ImageAnalytics dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.ML.Vision dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73dd794 commit c9182cd

File tree

1 file changed

+3
-3
lines changed
  • docs/machine-learning/tutorials/snippets/api-transfer-learning/csharp

1 file changed

+3
-3
lines changed

docs/machine-learning/tutorials/snippets/api-transfer-learning/csharp/Project.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.ML" Version="4.0.0-preview.24378.1" />
12-
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="4.0.0-preview.24378.1" />
13-
<PackageReference Include="Microsoft.ML.Vision" Version="4.0.0-preview.24378.1" />
11+
<PackageReference Include="Microsoft.ML" Version="4.0.0-preview.24522.7" />
12+
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="4.0.0-preview.24522.7" />
13+
<PackageReference Include="Microsoft.ML.Vision" Version="4.0.0-preview.24522.7" />
1414
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.16.0" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)