Skip to content

Commit e595d9d

Browse files
dalexsotoCopilot
andcommitted
Add System.Formats.Nrbf.dll to SignList.xml
The package-reference bumps in this branch (Microsoft.Build 17.13.26 -> 17.14.28, System.Text.Json 8.0.5 -> 9.0.16, System.Reflection.MetadataLoadContext 8.0.0 -> 9.0.16) brought System.Formats.Nrbf.dll into each SDK NuGet's tools/msbuild/net10.0/ folder. The signing step fails because the file isn't listed in SignList.xml. It's a Microsoft-signed runtime assembly, so add it to the <Skip> group alongside its sibling System.* tools entries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent da7e62b commit e595d9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dotnet/Workloads/SignList.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<Skip Include="System.Diagnostics.EventLog.dll" />
4949
<Skip Include="System.Diagnostics.EventLog.Messages.dll" />
5050
<Skip Include="System.Drawing.Common.dll" />
51+
<Skip Include="System.Formats.Nrbf.dll" />
5152
<Skip Include="System.Reactive.dll" />
5253
<Skip Include="System.Resources.Extensions.dll" />
5354
<Skip Include="System.Security.Cryptography.Pkcs.dll" />

0 commit comments

Comments
 (0)