File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
tools/ExtensionsMetadataGenerator/test/ExtensionsMetadataGeneratorTests Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1302
1302
"name" : " System.Text.Encoding" ,
1303
1303
"resolutionPolicy" : " minorMatchOrLower"
1304
1304
},
1305
+ {
1306
+ "name" : " System.Text.Encodings.Web" ,
1307
+ "resolutionPolicy" : " minorMatchOrLower"
1308
+ },
1305
1309
{
1306
1310
"name" : " System.Text.Encoding.CodePages" ,
1307
1311
"resolutionPolicy" : " minorMatchOrLower"
Original file line number Diff line number Diff line change @@ -304,6 +304,7 @@ System.ServiceProcess.dll
304
304
System.Text.Encoding.dll
305
305
System.Text.Encoding.CodePages.dll
306
306
System.Text.Encoding.Extensions.dll
307
+ System.Text.Encodings.Web.dll
307
308
System.Text.RegularExpressions.dll
308
309
System.Threading.dll
309
310
System.Threading.Channels.dll
You can’t perform that action at this time.
0 commit comments