Skip to content

Commit d6b659f

Browse files
Bump SciSharp.TensorFlow.Redist
Bumps SciSharp.TensorFlow.Redist from 2.11.0 to 2.11.2. --- updated-dependencies: - dependency-name: SciSharp.TensorFlow.Redist dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 710ba2a commit d6b659f

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
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Microsoft.ML" Version="2.0.1" />
1111
<PackageReference Include="Microsoft.ML.SampleUtils" Version="0.20.1" />
1212
<PackageReference Include="Microsoft.ML.TensorFlow" Version="2.0.1" />
13-
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.0" />
13+
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.2" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)