Skip to content

Commit f0c3186

Browse files
committed
Fixed compare bug on Windows
1 parent ee155a4 commit f0c3186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<ItemGroup>
113113
<TensorFlowArchive>
114114
<DownloadSha>@(FilesWithHashes->'%(FileHash)')</DownloadSha>
115-
<LocalSha>$([System.IO.File]::ReadAllText('%(LocalShaFile)').Replace("%0A", ""))</LocalSha>
115+
<LocalSha>$([System.IO.File]::ReadAllText('%(LocalShaFile)').Replace("%0A", "").Replace("%0D", ""))</LocalSha>
116116
</TensorFlowArchive>
117117
</ItemGroup>
118118

0 commit comments

Comments
 (0)