forked from dotnet/efcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNuGetPackageVerifier.json
28 lines (28 loc) · 1.21 KB
/
NuGetPackageVerifier.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.EntityFrameworkCore": { },
"Microsoft.EntityFrameworkCore.Design": { },
"Microsoft.EntityFrameworkCore.Design.Core": { },
"Microsoft.EntityFrameworkCore.Specification.Tests": { },
"Microsoft.EntityFrameworkCore.InMemory": { },
"Microsoft.EntityFrameworkCore.SqlServer": { },
"Microsoft.EntityFrameworkCore.SqlServer.Design": { },
"Microsoft.EntityFrameworkCore.Relational": { },
"Microsoft.EntityFrameworkCore.Relational.Design": { },
"Microsoft.EntityFrameworkCore.Relational.Specification.Tests": { },
"Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests": { },
"Microsoft.EntityFrameworkCore.Sqlite": { },
"Microsoft.EntityFrameworkCore.Sqlite.Design": { },
"Microsoft.EntityFrameworkCore.Tools": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"DefaultCompositeRule"
]
}
}