mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Plugins can load assemblies from their dependent plugins (#6851)
This commit is contained in:
11
BTCPayServer/Plugins/Dotnet/Internal/RuntimeConfig.cs
Normal file
11
BTCPayServer/Plugins/Dotnet/Internal/RuntimeConfig.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
#nullable enable
|
||||
// Copyright (c) Nate McMaster.
|
||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
namespace BTCPayServer.Plugins.Dotnet.Internal
|
||||
{
|
||||
internal class RuntimeConfig
|
||||
{
|
||||
public RuntimeOptions? runtimeOptions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user