From e28a1770b43baf1a4215776062488df47e90bb4b Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 18 Jun 2024 13:40:54 +0200 Subject: [PATCH] Add System.Formats.Nrbf to the windowsdesktop transport package Unblocks the windowsdesktop dependency flow. See https://github.com/dotnet/windowsdesktop/pull/4459#issuecomment-2175892292 --- src/libraries/NetCoreAppLibrary.props | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/NetCoreAppLibrary.props b/src/libraries/NetCoreAppLibrary.props index 2b0f1a0f2e51d..a3f63978bf92d 100644 --- a/src/libraries/NetCoreAppLibrary.props +++ b/src/libraries/NetCoreAppLibrary.props @@ -232,6 +232,7 @@ System.Diagnostics.EventLog; System.Diagnostics.PerformanceCounter; System.DirectoryServices; + System.Formats.Nrbf; System.IO.Packaging; System.Resources.Extensions; System.Security.Cryptography.Pkcs;