-
-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
StrawberryShake public access modifier must be default. (#6472)
- Loading branch information
1 parent
1a2a657
commit 47ea4bb
Showing
4 changed files
with
3,592 additions
and
2 deletions.
There are no files selected for viewing
227 changes: 227 additions & 0 deletions
227
src/HotChocolate/Core/src/Subscriptions.Postgres/packages.lock.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,227 @@ | ||
{ | ||
"version": 1, | ||
"dependencies": { | ||
"net7.0": { | ||
"Microsoft.SourceLink.GitHub": { | ||
"type": "Direct", | ||
"requested": "[1.1.0, )", | ||
"resolved": "1.1.0", | ||
"contentHash": "DD/LF81k5ODHCfPnBCds97N6KKSS1X1NiDcJYUUpiTu5mmuPktZplhYFrAPQPktMBKvNMdwFrwJ7Fqa3tyTIuA==", | ||
"dependencies": { | ||
"Microsoft.Build.Tasks.Git": "1.1.0", | ||
"Microsoft.SourceLink.Common": "1.1.0" | ||
} | ||
}, | ||
"Npgsql": { | ||
"type": "Direct", | ||
"requested": "[7.0.4, )", | ||
"resolved": "7.0.4", | ||
"contentHash": "7UVPYy2RP0ci04PED1tc9ZCaTw/DfSdSkLiGEFCAvwMwsgA/bAluj1liNzP1IpN0MFofnOF0cm1zJfmbEuCehg==", | ||
"dependencies": { | ||
"Microsoft.Extensions.Logging.Abstractions": "6.0.0" | ||
} | ||
}, | ||
"Microsoft.Bcl.AsyncInterfaces": { | ||
"type": "Transitive", | ||
"resolved": "1.1.0", | ||
"contentHash": "1Am6l4Vpn3/K32daEqZI+FFr96OlZkgwK2LcT3pZ2zWubR5zTPW3/FkO1Rat9kb7oQOa4rxgl9LJHc5tspCWfg==" | ||
}, | ||
"Microsoft.Build.Tasks.Git": { | ||
"type": "Transitive", | ||
"resolved": "1.1.0", | ||
"contentHash": "DD84CsvKf+hfDBbYXIvBXeY7JGfbtoIMMjlPGVaKIp6aWoIdL5EJbWvk+skGkM7/Weezj3q1a89nTPAcGlGcpw==" | ||
}, | ||
"Microsoft.Extensions.DependencyInjection.Abstractions": { | ||
"type": "Transitive", | ||
"resolved": "3.1.4", | ||
"contentHash": "AceHamXNKDMDwIoZqEoApLp8s3935wSC3VXrPaRWa0wWOaEcYdDlo1nWQ1zLiezoDmpJzV7FqDm53E0Ty/hEMg==" | ||
}, | ||
"Microsoft.Extensions.Logging.Abstractions": { | ||
"type": "Transitive", | ||
"resolved": "6.0.0", | ||
"contentHash": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==" | ||
}, | ||
"Microsoft.Extensions.ObjectPool": { | ||
"type": "Transitive", | ||
"resolved": "3.1.4", | ||
"contentHash": "ZmgpBTnKA2OSJjtL5A1tNSWAQn8I0ELJMW+oKMZVmVHhjG8IyqlhqkfXT9jxgPp8ddCt4t4oXsKn1HAz+sJO1A==" | ||
}, | ||
"Microsoft.SourceLink.Common": { | ||
"type": "Transitive", | ||
"resolved": "1.1.0", | ||
"contentHash": "TyGnSaCanfxunClp2af9jpXY127q7g5tiOv0XN/JGcalyKwYusYp06BUGSmCopg/GhmJJSiR/9PS0suXHCGxtw==" | ||
}, | ||
"System.Collections.Immutable": { | ||
"type": "Transitive", | ||
"resolved": "1.7.0", | ||
"contentHash": "RVSM6wZUo6L2y6P3vN6gjUtyJ2IF2RVtrepF3J7nrDKfFQd5u/SnSUFclchYQis8/k5scHy9E+fVeKVQLnnkzw==" | ||
}, | ||
"hotchocolate.abstractions": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Language": "[0.0.0, )", | ||
"Microsoft.Bcl.AsyncInterfaces": "[1.1.0, )", | ||
"System.Collections.Immutable": "[1.7.0, )" | ||
} | ||
}, | ||
"hotchocolate.execution.abstractions": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Abstractions": "[0.0.0, )", | ||
"Microsoft.Extensions.DependencyInjection.Abstractions": "[3.1.4, )" | ||
} | ||
}, | ||
"hotchocolate.language": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Language.SyntaxTree": "[0.0.0, )", | ||
"HotChocolate.Language.Utf8": "[0.0.0, )", | ||
"HotChocolate.Language.Visitors": "[0.0.0, )", | ||
"HotChocolate.Language.Web": "[0.0.0, )" | ||
} | ||
}, | ||
"hotchocolate.language.syntaxtree": { | ||
"type": "Project", | ||
"dependencies": { | ||
"Microsoft.Extensions.ObjectPool": "[3.1.4, )" | ||
} | ||
}, | ||
"hotchocolate.language.utf8": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Language.SyntaxTree": "[0.0.0, )" | ||
} | ||
}, | ||
"hotchocolate.language.visitors": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Language.SyntaxTree": "[0.0.0, )" | ||
} | ||
}, | ||
"hotchocolate.language.web": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Language.Utf8": "[0.0.0, )" | ||
} | ||
}, | ||
"hotchocolate.subscriptions": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Abstractions": "[0.0.0, )", | ||
"HotChocolate.Execution.Abstractions": "[0.0.0, )" | ||
} | ||
} | ||
}, | ||
"net8.0": { | ||
"Microsoft.SourceLink.GitHub": { | ||
"type": "Direct", | ||
"requested": "[1.1.0, )", | ||
"resolved": "1.1.0", | ||
"contentHash": "DD/LF81k5ODHCfPnBCds97N6KKSS1X1NiDcJYUUpiTu5mmuPktZplhYFrAPQPktMBKvNMdwFrwJ7Fqa3tyTIuA==", | ||
"dependencies": { | ||
"Microsoft.Build.Tasks.Git": "1.1.0", | ||
"Microsoft.SourceLink.Common": "1.1.0" | ||
} | ||
}, | ||
"Npgsql": { | ||
"type": "Direct", | ||
"requested": "[7.0.4, )", | ||
"resolved": "7.0.4", | ||
"contentHash": "7UVPYy2RP0ci04PED1tc9ZCaTw/DfSdSkLiGEFCAvwMwsgA/bAluj1liNzP1IpN0MFofnOF0cm1zJfmbEuCehg==", | ||
"dependencies": { | ||
"Microsoft.Extensions.Logging.Abstractions": "6.0.0" | ||
} | ||
}, | ||
"Microsoft.Bcl.AsyncInterfaces": { | ||
"type": "Transitive", | ||
"resolved": "1.1.0", | ||
"contentHash": "1Am6l4Vpn3/K32daEqZI+FFr96OlZkgwK2LcT3pZ2zWubR5zTPW3/FkO1Rat9kb7oQOa4rxgl9LJHc5tspCWfg==" | ||
}, | ||
"Microsoft.Build.Tasks.Git": { | ||
"type": "Transitive", | ||
"resolved": "1.1.0", | ||
"contentHash": "DD84CsvKf+hfDBbYXIvBXeY7JGfbtoIMMjlPGVaKIp6aWoIdL5EJbWvk+skGkM7/Weezj3q1a89nTPAcGlGcpw==" | ||
}, | ||
"Microsoft.Extensions.DependencyInjection.Abstractions": { | ||
"type": "Transitive", | ||
"resolved": "3.1.4", | ||
"contentHash": "AceHamXNKDMDwIoZqEoApLp8s3935wSC3VXrPaRWa0wWOaEcYdDlo1nWQ1zLiezoDmpJzV7FqDm53E0Ty/hEMg==" | ||
}, | ||
"Microsoft.Extensions.Logging.Abstractions": { | ||
"type": "Transitive", | ||
"resolved": "6.0.0", | ||
"contentHash": "/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==" | ||
}, | ||
"Microsoft.Extensions.ObjectPool": { | ||
"type": "Transitive", | ||
"resolved": "3.1.4", | ||
"contentHash": "ZmgpBTnKA2OSJjtL5A1tNSWAQn8I0ELJMW+oKMZVmVHhjG8IyqlhqkfXT9jxgPp8ddCt4t4oXsKn1HAz+sJO1A==" | ||
}, | ||
"Microsoft.SourceLink.Common": { | ||
"type": "Transitive", | ||
"resolved": "1.1.0", | ||
"contentHash": "TyGnSaCanfxunClp2af9jpXY127q7g5tiOv0XN/JGcalyKwYusYp06BUGSmCopg/GhmJJSiR/9PS0suXHCGxtw==" | ||
}, | ||
"System.Collections.Immutable": { | ||
"type": "Transitive", | ||
"resolved": "1.7.0", | ||
"contentHash": "RVSM6wZUo6L2y6P3vN6gjUtyJ2IF2RVtrepF3J7nrDKfFQd5u/SnSUFclchYQis8/k5scHy9E+fVeKVQLnnkzw==" | ||
}, | ||
"hotchocolate.abstractions": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Language": "[0.0.0, )", | ||
"Microsoft.Bcl.AsyncInterfaces": "[1.1.0, )", | ||
"System.Collections.Immutable": "[1.7.0, )" | ||
} | ||
}, | ||
"hotchocolate.execution.abstractions": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Abstractions": "[0.0.0, )", | ||
"Microsoft.Extensions.DependencyInjection.Abstractions": "[3.1.4, )" | ||
} | ||
}, | ||
"hotchocolate.language": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Language.SyntaxTree": "[0.0.0, )", | ||
"HotChocolate.Language.Utf8": "[0.0.0, )", | ||
"HotChocolate.Language.Visitors": "[0.0.0, )", | ||
"HotChocolate.Language.Web": "[0.0.0, )" | ||
} | ||
}, | ||
"hotchocolate.language.syntaxtree": { | ||
"type": "Project", | ||
"dependencies": { | ||
"Microsoft.Extensions.ObjectPool": "[3.1.4, )" | ||
} | ||
}, | ||
"hotchocolate.language.utf8": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Language.SyntaxTree": "[0.0.0, )" | ||
} | ||
}, | ||
"hotchocolate.language.visitors": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Language.SyntaxTree": "[0.0.0, )" | ||
} | ||
}, | ||
"hotchocolate.language.web": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Language.Utf8": "[0.0.0, )" | ||
} | ||
}, | ||
"hotchocolate.subscriptions": { | ||
"type": "Project", | ||
"dependencies": { | ||
"HotChocolate.Abstractions": "[0.0.0, )", | ||
"HotChocolate.Execution.Abstractions": "[0.0.0, )" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.