| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9d21fac commit ac53791
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tensorflow.Binding", "src\T | |||
| 7 | 7 | EndProject | |
| 8 | 8 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tensorflow.Benchmark", "src\TensorFlowNet.Benchmarks\Tensorflow.Benchmark.csproj", "{3A6EB896-604F-4E25-B677-B8103BCF3D2E}" | |
| 9 | 9 | 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}" | ||
| 11 | 11 | EndProject | |
| 12 | 12 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tensorflow.Console", "src\TensorFlowNET.Console\Tensorflow.Console.csproj", "{03F06299-3F4B-4449-A709-3A647657BC0C}" | |
| 13 | 13 | EndProject | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | </PropertyGroup> | |
| 15 | 15 | ||
| 16 | 16 | <ItemGroup> | |
| 17 | - <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.3.1" /> | ||
| 17 | + <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.4.1" /> | ||
| 18 | 18 | </ItemGroup> | |
| 19 | 19 | ||
| 20 | 20 | <ItemGroup> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ | |||
| 21 | 21 | <PrivateAssets>all</PrivateAssets> | |
| 22 | 22 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |
| 23 | 23 | </PackageReference> | |
| 24 | - <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.3.1" /> | ||
| 24 | + <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.4.1" /> | ||
| 25 | 25 | </ItemGroup> | |
| 26 | 26 | ||
| 27 | 27 | <ItemGroup> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ | |||
| 33 | 33 | <PrivateAssets>all</PrivateAssets> | |
| 34 | 34 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | |
| 35 | 35 | </PackageReference> | |
| 36 | - <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.3.1" /> | ||
| 36 | + <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.4.1" /> | ||
| 37 | 37 | </ItemGroup> | |
| 38 | 38 | ||
| 39 | 39 | <ItemGroup> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,7 +51,7 @@ | |||
| 51 | 51 | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" /> | |
| 52 | 52 | <PackageReference Include="MSTest.TestAdapter" Version="2.1.2" /> | |
| 53 | 53 | <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" /> | ||
| 55 | 55 | </ItemGroup> | |
| 56 | 56 | ||
| 57 | 57 | <ItemGroup> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments