diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json index f3fff6acbd..a92d13f00a 100644 --- a/NuGetPackageVerifier.json +++ b/NuGetPackageVerifier.json @@ -4,9 +4,7 @@ "AdxVerificationCompositeRule" ], "packages": { - "Microsoft.AspNetCore.WebSockets.Client": { }, - "Microsoft.AspNetCore.WebSockets.Protocol": { }, - "Microsoft.AspNetCore.WebSockets.Server": { } + "Microsoft.AspNetCore.WebSockets": { } } }, "Default": { // Rules to run for packages not listed in any other set. @@ -14,4 +12,4 @@ "DefaultCompositeRule" ] } -} \ No newline at end of file +}