We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33153fb commit a90b1caCopy full SHA for a90b1ca
PackageIndexer/PackageFilter.cs
@@ -83,6 +83,7 @@ public bool IsMatch(string packageId)
83
],
84
excludes:
85
[
86
+ PackageFilterExpression.Parse("System.Private.ServiceModel"),
87
PackageFilterExpression.Parse("System.Runtime.WindowsRuntime"),
88
PackageFilterExpression.Parse("System.Runtime.WindowsRuntime.UI.Xaml"),
89
// Documented under Azure SDK for .NET moniker.
0 commit comments