update to dotnet8

This commit is contained in:
Kukks
2023-12-05 12:24:40 +01:00
parent b29362afaf
commit a1db9ddf17
50 changed files with 88 additions and 896 deletions

View File

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