bumping dyn rreports plugin

This commit is contained in:
Andrew Camilleri (Kukks)
2025-09-22 14:05:21 +02:00
parent a5525eade4
commit d27c3d5629
2 changed files with 2 additions and 2 deletions

View File

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