Fix ticket tailor for 2.1.6

This commit is contained in:
nicolas.dorier
2025-07-05 15:01:46 +09:00
parent 133b4bac03
commit 3063353e31
4 changed files with 5 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ namespace BTCPayServer.Plugins.TicketTailor
{
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
{
new() {Identifier = nameof(BTCPayServer), Condition = ">=2.0.0"}
new() {Identifier = nameof(BTCPayServer), Condition = ">=2.1.6"}
};
public override void Execute(IServiceCollection applicationBuilder)