update dep

This commit is contained in:
Kukks
2023-02-09 16:15:35 +01:00
parent 90c827a3eb
commit aa722708ac

View File

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