This commit is contained in:
Kukks
2023-06-05 09:46:58 +02:00
parent c4451cb3d2
commit 34e83bf04f
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ namespace BTCPayServer.Plugins.LiquidPlus
{
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
{
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.9.0" }
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.10.0" }
};
public override void Execute(IServiceCollection services)
{