Skip to content

Commit 19bc0ea

Browse files
Bump Microsoft.ML.Tokenizers (#43621)
Bumps the dotnet group in /docs/core/whats-new/snippets/dotnet-9/csharp with 1 update: [Microsoft.ML.Tokenizers](https://github.com/dotnet/machinelearning). Updates `Microsoft.ML.Tokenizers` from 0.22.0 to 1.0.0 - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits/v1.0.0) --- updated-dependencies: - dependency-name: Microsoft.ML.Tokenizers 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 36e9a13 commit 19bc0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/whats-new/snippets/dotnet-9/csharp/Project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
12-
<PackageReference Include="Microsoft.ML.Tokenizers" Version="0.22.0" />
12+
<PackageReference Include="Microsoft.ML.Tokenizers" Version="1.0.0" />
1313
<PackageReference Include="System.Memory" Version="4.6.0" />
1414
<PackageReference Include="System.Net.ServerSentEvents" Version="9.0.0" />
1515
<PackageReference Include="System.Numerics.Tensors" Version="9.0.0" />

0 commit comments

Comments
 (0)