Skip to content

Commit 771b2db

Browse files
Bump Microsoft.ML (#43506)
Bumps the dotnet group in /docs/machine-learning/tutorials/snippets/sentiment-analysis/csharp 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c92094 commit 771b2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/machine-learning/tutorials/snippets/sentiment-analysis/csharp/SentimentAnalysis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

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

1414
<ItemGroup>

0 commit comments

Comments
 (0)