Skip to content

Commit 7e5aaea

Browse files
Bump Microsoft.ML.TensorFlow
Bumps [Microsoft.ML.TensorFlow](https://github.com/dotnet/machinelearning) from 1.7.1 to 2.0.0. - [Release notes](https://github.com/dotnet/machinelearning/releases) - [Commits](https://github.com/dotnet/machinelearning/commits) --- updated-dependencies: - dependency-name: Microsoft.ML.TensorFlow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b632518 commit 7e5aaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/machine-learning/tutorials/snippets/image-classification/csharp/TransferLearningTF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Microsoft.ML" Version="1.7.1" />
1111
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.7.1" />
12-
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.7.1" />
12+
<PackageReference Include="Microsoft.ML.TensorFlow" Version="2.0.0" />
1313
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.7.0" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)