Browse Source

Fixed compare bug on Windows

tags/v0.10
Harish S. Kulkarni 6 years ago
parent
commit
f0c318621a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj

+ 1
- 1
src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj View File

@@ -112,7 +112,7 @@
<ItemGroup> <ItemGroup>
<TensorFlowArchive> <TensorFlowArchive>
<DownloadSha>@(FilesWithHashes->'%(FileHash)')</DownloadSha> <DownloadSha>@(FilesWithHashes->'%(FileHash)')</DownloadSha>
<LocalSha>$([System.IO.File]::ReadAllText('%(LocalShaFile)').Replace("%0A", ""))</LocalSha>
<LocalSha>$([System.IO.File]::ReadAllText('%(LocalShaFile)').Replace("%0A", "").Replace("%0D", ""))</LocalSha>
</TensorFlowArchive> </TensorFlowArchive>
</ItemGroup> </ItemGroup>




Loading…
Cancel
Save