New: Bump to .NET 8

This commit is contained in:
Bogdan
2024-02-07 01:34:22 +02:00
parent 0e92108970
commit 21c408a7da
45 changed files with 173 additions and 174 deletions

View File

@@ -115,7 +115,7 @@ namespace NzbDrone.Common.EnvironmentInfo
catch (Exception ex)
{
_logger.Debug(ex, ex.Message);
throw new ProwlarrStartupException("Unable to migrate DB from nzbdrone.db to {0}. Migrate manually", _appFolderInfo.GetDatabase());
throw new ProwlarrStartupException(ex, "Unable to migrate DB from nzbdrone.db to {0}. Migrate manually", _appFolderInfo.GetDatabase());
}
}