Skip to content

Commit 44f11c8

Browse files
Bump Microsoft.ML and Microsoft.ML.SampleUtils
Bumps Microsoft.ML from 1.7.1 to 4.0.2 Bumps Microsoft.ML.SampleUtils from 0.19.1 to 0.22.2 --- updated-dependencies: - dependency-name: Microsoft.ML dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.ML.SampleUtils dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5cebe89 commit 44f11c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/machine-learning/tutorials/snippets/text-classification-tf/csharp/TextClassificationTF.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.ML" Version="1.7.1" />
11-
<PackageReference Include="Microsoft.ML.SampleUtils" Version="0.19.1" />
10+
<PackageReference Include="Microsoft.ML" Version="4.0.2" />
11+
<PackageReference Include="Microsoft.ML.SampleUtils" Version="0.22.2" />
1212
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.7.1" />
1313
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.7.0" />
1414
</ItemGroup>

0 commit comments

Comments
 (0)