diff --git a/src/NzbDrone.Core/Plugins/PluginService.cs b/src/NzbDrone.Core/Plugins/PluginService.cs index 2c38bd6f1..394cd3137 100644 --- a/src/NzbDrone.Core/Plugins/PluginService.cs +++ b/src/NzbDrone.Core/Plugins/PluginService.cs @@ -74,7 +74,7 @@ public RemotePlugin GetRemotePlugin(string repoUrl) } 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")); if (asset == null)