Skip to content

Commit ac53791

Browse files
committed
Upgrade to SciSharp.TensorFlow.Redist v2.4.1
1 parent 9d21fac commit ac53791

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

TensorFlow.NET.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tensorflow.Binding", "src\T
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tensorflow.Benchmark", "src\TensorFlowNet.Benchmarks\Tensorflow.Benchmark.csproj", "{3A6EB896-604F-4E25-B677-B8103BCF3D2E}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tensorflow.UnitTest", "test\TensorFlowNET.UnitTest\Tensorflow.UnitTest.csproj", "{23C28035-2FCE-41F3-9A12-E73CE8A5AE32}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tensorflow.Binding.UnitTest", "test\TensorFlowNET.UnitTest\Tensorflow.Binding.UnitTest.csproj", "{23C28035-2FCE-41F3-9A12-E73CE8A5AE32}"
1111
EndProject
1212
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tensorflow.Console", "src\TensorFlowNET.Console\Tensorflow.Console.csproj", "{03F06299-3F4B-4449-A709-3A647657BC0C}"
1313
EndProject

src/TensorFlowNET.Console/Tensorflow.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.3.1" />
17+
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.4.1" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

test/TensorFlowNET.Keras.UnitTest/Tensorflow.Keras.UnitTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>
24-
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.3.1" />
24+
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.4.1" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

test/TensorFlowNET.Native.UnitTest/Tensorflow.Native.UnitTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PrivateAssets>all</PrivateAssets>
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
</PackageReference>
36-
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.3.1" />
36+
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.4.1" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

test/TensorFlowNET.UnitTest/Tensorflow.UnitTest.csproj renamed to test/TensorFlowNET.UnitTest/Tensorflow.Binding.UnitTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
5252
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
5353
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
54-
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.3.1" />
54+
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.4.1" />
5555
</ItemGroup>
5656

5757
<ItemGroup>

0 commit comments

Comments
 (0)