Skip to content

Commit 1d3d3de

Browse files
authored
Add System.Threading.AccessControl to expected assemblies
It was added in dotnet/runtime#110416
1 parent 11107f8 commit 1d3d3de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Framework/test/TestData.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ static TestData()
157157
"System.Diagnostics.EventLog.Messages",
158158
"System.Security.Cryptography.Pkcs",
159159
"System.Security.Cryptography.Xml",
160+
"System.Threading.AccessControl",
160161
"System.Threading.RateLimiting",
161162
};
162163

@@ -306,6 +307,7 @@ static TestData()
306307
{ "Microsoft.Net.Http.Headers" },
307308
{ "System.Diagnostics.EventLog" },
308309
{ "System.Security.Cryptography.Xml" },
310+
{ "System.Threading.AccessControl" },
309311
{ "System.Threading.RateLimiting" },
310312
};
311313

0 commit comments

Comments
 (0)