We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710ba2a commit d6b659fCopy full SHA for d6b659f
docs/machine-learning/tutorials/snippets/text-classification-tf/csharp/TextClassificationTF.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
@@ -10,7 +10,7 @@
10
<PackageReference Include="Microsoft.ML" Version="2.0.1" />
11
<PackageReference Include="Microsoft.ML.SampleUtils" Version="0.20.1" />
12
<PackageReference Include="Microsoft.ML.TensorFlow" Version="2.0.1" />
13
- <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.0" />
+ <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.2" />
14
</ItemGroup>
15
16
<ItemGroup>
0 commit comments