Skip to content

Commit dc6a3aa

Browse files
Bump Microsoft.ML
Bumps the dotnet group in /docs/machine-learning/how-to-guides/snippets/load-data-ml-net with 1 update: [Microsoft.ML](https://github.com/dotnet/machinelearning). Updates `Microsoft.ML` from 3.0.1 to 4.0.0 - [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-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5503f8 commit dc6a3aa

File tree

1 file changed

+1
-1
lines changed
  • docs/machine-learning/how-to-guides/snippets/load-data-ml-net

1 file changed

+1
-1
lines changed

docs/machine-learning/how-to-guides/snippets/load-data-ml-net/Project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.ML" Version="3.0.1" />
9+
<PackageReference Include="Microsoft.ML" Version="4.0.0" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)