File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 11{
22 packageRules : [
33 {
4- description : "Keep non-Latest projects on RavenDB.Client v6.x" ,
5- matchFiles : [ "**/*.csproj" ] ,
6- excludeFiles : [ "**/*.Latest.*.csproj" ] ,
4+ description : "Allow .Latest. projects to use RavenDB.Client v7.x and above" ,
5+ matchFiles : [ "**/*.Latest.*.csproj" ] ,
76 matchPackageNames : [ "RavenDB.Client" ] ,
8- allowedVersions : ">=6.0.0 < 7.0.0"
7+ allowedVersions : ">=7.0.0" ,
98 } ,
109 {
11- description : "Allow . Latest. projects to use RavenDB.Client v7.x and above " ,
12- matchFiles : [ "**/*.Latest.*. csproj" ] ,
10+ description : "Keep non- Latest projects on RavenDB.Client v6.x " ,
11+ matchFiles : [ "**/*.csproj" ] ,
1312 matchPackageNames : [ "RavenDB.Client" ] ,
14- allowedVersions : ">=7.0.0"
15- }
16- ]
17- }
13+ allowedVersions : ">=6.0.0 < 7.0.0" ,
14+ } ,
15+ ] ,
16+ }
You can’t perform that action at this time.
0 commit comments