mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Plugins can load assemblies from their dependent plugins (#6851)
This commit is contained in:
13
BTCPayServer/Plugins/Dotnet/Internal/RuntimeOptions.cs
Normal file
13
BTCPayServer/Plugins/Dotnet/Internal/RuntimeOptions.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
#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 RuntimeOptions
|
||||
{
|
||||
public string? Tfm { get; set; }
|
||||
|
||||
public string[]? AdditionalProbingPaths { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user