Exclude Visual Studio packages from default NGPV ruleset (#2352)

This commit is contained in:
Nate McMaster 2018-05-15 10:04:01 -07:00 committed by GitHub
parent e9fc15de02
commit 2434d17613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,11 @@
],
"packages": {
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {},
"RazorPageGenerator": {}
"RazorPageGenerator": {},
"Microsoft.CodeAnalysis.Remote.Razor": {},
"Microsoft.VisualStudio.Editor.Razor": {},
"Microsoft.VisualStudio.LanguageServices.Razor": {},
"Microsoft.VisualStudio.Mac.LanguageServices.Razor": {}
}
},
"Default": { // Rules to run for packages not listed in any other set.

View File

@ -1,2 +1,2 @@
version:2.1.0-rtm-15783
commithash:5fc2b2f607f542a2ffde11c19825e786fc1a3774
version:2.1.0-rtm-15788
commithash:13fd0b77c6790a640fdc830078aecc5b7e7821cc