Exclude Visual Studio packages from default NGPV ruleset (#2352)
This commit is contained in:
parent
e9fc15de02
commit
2434d17613
|
|
@ -5,7 +5,11 @@
|
||||||
],
|
],
|
||||||
"packages": {
|
"packages": {
|
||||||
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {},
|
"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.
|
"Default": { // Rules to run for packages not listed in any other set.
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
version:2.1.0-rtm-15783
|
version:2.1.0-rtm-15788
|
||||||
commithash:5fc2b2f607f542a2ffde11c19825e786fc1a3774
|
commithash:13fd0b77c6790a640fdc830078aecc5b7e7821cc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue