diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json deleted file mode 100644 index 45b04454bf..0000000000 --- a/NuGetPackageVerifier.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Default": { // Rules to run for packages not listed in any other set. - "rules": [ - "DefaultCompositeRule" - ] - } -} \ No newline at end of file diff --git a/src/Microsoft.AspNetCore/project.json b/src/Microsoft.AspNetCore/project.json index fc3219c84a..207ea117ed 100644 --- a/src/Microsoft.AspNetCore/project.json +++ b/src/Microsoft.AspNetCore/project.json @@ -7,7 +7,6 @@ "Microsoft.AspNetCore.Routing": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", - "Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*", "Microsoft.Extensions.Configuration.FileExtensions": "1.1.0-*", "Microsoft.Extensions.Configuration.Json": "1.1.0-*",