Skip to content

Commit 956bfde

Browse files
Bump the dotnet group (#43447)
Bumps the dotnet group in /docs/machine-learning/tutorials/snippets/predict-prices/csharp with 2 updates: [Microsoft.ML](https://github.com/dotnet/machinelearning) and [Microsoft.ML.FastTree](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) 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) Updates `Microsoft.ML.FastTree` 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 - dependency-name: Microsoft.ML dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Microsoft.ML.FastTree dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d4d106 commit 956bfde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/machine-learning/tutorials/snippets/predict-prices/csharp/TaxiFarePrediction.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.ML" Version="3.0.1" />
12-
<PackageReference Include="Microsoft.ML.FastTree" Version="3.0.1" />
11+
<PackageReference Include="Microsoft.ML" Version="4.0.0" />
12+
<PackageReference Include="Microsoft.ML.FastTree" Version="4.0.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)