From f0c318621adfbd1566043228649d6425b8c83d39 Mon Sep 17 00:00:00 2001 From: "Harish S. Kulkarni" Date: Mon, 15 Jul 2019 13:59:54 -0700 Subject: [PATCH] Fixed compare bug on Windows --- .../SciSharp.TensorFlow.Redist.nupkgproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj b/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj index 0c066b01..a0ca0a0a 100644 --- a/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj +++ b/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj @@ -112,7 +112,7 @@ @(FilesWithHashes->'%(FileHash)') - $([System.IO.File]::ReadAllText('%(LocalShaFile)').Replace("%0A", "")) + $([System.IO.File]::ReadAllText('%(LocalShaFile)').Replace("%0A", "").Replace("%0D", ""))