update prism

This commit is contained in:
Kukks
2023-07-24 20:00:32 +02:00
parent d277caa3cc
commit 7771a321cb
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ public class PrismPlugin : BaseBTCPayServerPlugin
{
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
{
new() {Identifier = nameof(BTCPayServer), Condition = ">=1.10.0"}
new() {Identifier = nameof(BTCPayServer), Condition = ">=1.11.0"}
};
public override void Execute(IServiceCollection applicationBuilder)