fix file seller

This commit is contained in:
Kukks
2023-08-03 20:49:42 +02:00
parent 2232f74ac5
commit a5b83ad38b
3 changed files with 9 additions and 7 deletions

View File

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