1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: Bump to .NET 8

Co-authored-by: Qstick <qstick@gmail.com>
This commit is contained in:
Bogdan
2025-05-26 17:06:46 +03:00
committed by bakerboy448
parent f99162b8ee
commit 2235823af3
46 changed files with 172 additions and 184 deletions
@@ -1,6 +1,5 @@
using System;
using System;
using System.IO;
using System.Runtime.Serialization;
namespace NzbDrone.Core.MediaFiles.MovieImport
{
@@ -19,10 +18,5 @@ namespace NzbDrone.Core.MediaFiles.MovieImport
: base(message, innerException)
{
}
protected RootFolderNotFoundException(SerializationInfo info, StreamingContext context)
: base(info, context)
{
}
}
}