New: Update lidarr-plugins to support net8.0 plugins
This commit is contained in:
@@ -74,7 +74,7 @@ namespace NzbDrone.Core.Plugins
|
|||||||
}
|
}
|
||||||
|
|
||||||
var version = Version.Parse(latest.TagName.TrimStart('v'));
|
var version = Version.Parse(latest.TagName.TrimStart('v'));
|
||||||
var framework = "net6.0";
|
var framework = "net8.0";
|
||||||
var asset = latest.Assets.FirstOrDefault(x => x.Name.EndsWith($"{framework}.zip"));
|
var asset = latest.Assets.FirstOrDefault(x => x.Name.EndsWith($"{framework}.zip"));
|
||||||
|
|
||||||
if (asset == null)
|
if (asset == null)
|
||||||
|
|||||||
Reference in New Issue
Block a user