Skip to content

Commit 153296b

Browse files
authored
Add System.IO.Hashing dependency to windowsdesktop transport pack (dotnet#103695)
System.IO.Hashing is a dependency of System.Formats.Nrbf. Didn't realize that until just now. Continuation of dotnet@91f1481
1 parent a2068b9 commit 153296b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/NetCoreAppLibrary.props

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
System.Diagnostics.PerformanceCounter;
234234
System.DirectoryServices;
235235
System.Formats.Nrbf;
236+
System.IO.Hashing;
236237
System.IO.Packaging;
237238
System.Resources.Extensions;
238239
System.Security.Cryptography.Pkcs;

0 commit comments

Comments
 (0)