File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
2- " packageRules" : [
2+ packageRules : [
33 {
4- " description" : "Keep regular projects on current RavenDB.Client (LTS) " ,
5- " matchFiles" : [ "**/*.csproj" ] ,
6- " excludeFiles" : [ "**/*.Latest.*.csproj" ] ,
7- " matchPackageNames" : [ "RavenDB.Client" ] ,
8- " allowedVersions" : ">=6.0.0 <7.0.0"
4+ description : "Keep non-Latest projects on RavenDB.Client v6.x " ,
5+ matchFiles : [ "**/*.csproj" ] ,
6+ excludeFiles : [ "**/*.Latest.*.csproj" ] ,
7+ matchPackageNames : [ "RavenDB.Client" ] ,
8+ allowedVersions : ">=6.0.0 <7.0.0"
99 } ,
1010 {
11- " description" : "Allow .Latest. projects to use RavenDB.Client v7.x and above" ,
12- " matchFiles" : [ "**/*.Latest.*.csproj" ] ,
13- " matchPackageNames" : [ "RavenDB.Client" ] ,
14- " allowedVersions" : ">=7.0.0"
11+ description : "Allow .Latest. projects to use RavenDB.Client v7.x and above" ,
12+ matchFiles : [ "**/*.Latest.*.csproj" ] ,
13+ matchPackageNames : [ "RavenDB.Client" ] ,
14+ allowedVersions : ">=7.0.0"
1515 }
1616 ]
1717}
You can’t perform that action at this time.
0 commit comments