From 963aa8fc0ceeba60bd52f4a605400b5743b3c7c8 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 10 Dec 2019 00:35:37 +0500 Subject: [PATCH] Update TensorFlowSharp.csproj Moved the tensorflow native lib from win7-x64 runtime folder to win-x64 for RID fallback mechanism work is correct (e.g. win7-x86 -> win-x86 -> win -> any) --- TensorFlowSharp/TensorFlowSharp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlowSharp/TensorFlowSharp.csproj b/TensorFlowSharp/TensorFlowSharp.csproj index db25f507..179cec10 100644 --- a/TensorFlowSharp/TensorFlowSharp.csproj +++ b/TensorFlowSharp/TensorFlowSharp.csproj @@ -29,7 +29,7 @@ - +