New: Bump to .NET 8

(cherry picked from commit d6cee5094cdd3ad8342eda56632f5a66316e390c)
This commit is contained in:
Bogdan
2025-10-02 22:17:40 +03:00
committed by bakerboy448
parent 80ea0bd0a8
commit 96328b8d95
47 changed files with 157 additions and 172 deletions
@@ -1,6 +1,5 @@
using System;
using System.IO;
using System.Runtime.Serialization;
namespace NzbDrone.Common.Disk
{
@@ -24,10 +23,5 @@ namespace NzbDrone.Common.Disk
: base(message, innerException)
{
}
protected DestinationAlreadyExistsException(SerializationInfo info, StreamingContext context)
: base(info, context)
{
}
}
}