Minimum compatible version change to 1.11.7

This commit is contained in:
Adil El Farissi
2023-10-20 18:01:17 +00:00
parent c66adaf74f
commit 4f720abf25
@@ -10,7 +10,7 @@ public class OpenSimulatorPlugin : BaseBTCPayServerPlugin
{
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
{
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.11.6" }
new() { Identifier = nameof(BTCPayServer), Condition = ">=1.11.7" }
};
public override void Execute(IServiceCollection services)