Skip to content

Commit 2434d17

Browse files
authored
Exclude Visual Studio packages from default NGPV ruleset (#2352)
1 parent e9fc15d commit 2434d17

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

NuGetPackageVerifier.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
],
66
"packages": {
77
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {},
8-
"RazorPageGenerator": {}
8+
"RazorPageGenerator": {},
9+
"Microsoft.CodeAnalysis.Remote.Razor": {},
10+
"Microsoft.VisualStudio.Editor.Razor": {},
11+
"Microsoft.VisualStudio.LanguageServices.Razor": {},
12+
"Microsoft.VisualStudio.Mac.LanguageServices.Razor": {}
913
}
1014
},
1115
"Default": { // Rules to run for packages not listed in any other set.

korebuild-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:2.1.0-rtm-15783
2-
commithash:5fc2b2f607f542a2ffde11c19825e786fc1a3774
1+
version:2.1.0-rtm-15788
2+
commithash:13fd0b77c6790a640fdc830078aecc5b7e7821cc

0 commit comments

Comments
 (0)