mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
update to dotnet8
This commit is contained in:
@@ -11,10 +11,10 @@ foreach (var plugin in plugins)
|
||||
var buildConfigurationName = assemblyConfigurationAttribute?.Configuration;
|
||||
var x = Directory.GetDirectories(Path.Combine(plugin, "bin"));
|
||||
|
||||
p += $"{Path.GetFullPath(plugin)}/bin/{buildConfigurationName}/net6.0/{Path.GetFileName(plugin)}.dll;";
|
||||
p += $"{Path.GetFullPath(plugin)}/bin/{buildConfigurationName}/net8.0/{Path.GetFileName(plugin)}.dll;";
|
||||
// if (x.Any(s => s.EndsWith("Altcoins-Debug")))
|
||||
// {
|
||||
// p += $"{Path.GetFullPath(plugin)}/bin/Altcoins-Debug/net6.0/{Path.GetFileName(plugin)}.dll;";
|
||||
// p += $"{Path.GetFullPath(plugin)}/bin/Altcoins-Debug/net8.0/{Path.GetFileName(plugin)}.dll;";
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user