upgrade from dotnet 7 to dotnet 8 (#1529)
* upgrade sdk * fix warnings in ersatztv.ffmpeg * fix warnings in ersatztv.core * fix warnings in ersatztv.infrastructure * fix warnings in ersatztv.application * disable analysis for migrations projects * fix warnings in ersatztv.scanner * fix warnings in ersatztv * upgrade project framework * update github actions and dockerfiles
This commit is contained in:
@@ -4,5 +4,5 @@ public class DecoderImplicit : DecoderBase
|
||||
{
|
||||
protected override FrameDataLocation OutputFrameDataLocation => FrameDataLocation.Software;
|
||||
public override string Name => string.Empty;
|
||||
public override IList<string> InputOptions(InputFile inputFile) => Array.Empty<string>();
|
||||
public override string[] InputOptions(InputFile inputFile) => Array.Empty<string>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user