update min ver

This commit is contained in:
Andrew Camilleri
2024-12-16 14:49:11 +01:00
parent 08ba67465b
commit 4220553564

View File

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