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

@@ -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
// {