mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-19 10:54:05 +02:00
Fixed: Bumped mono workaround version from 6.10 to 7.x for btls trust chain coz they still haven't fixed it after over a year
This commit is contained in:
parent
9111799f46
commit
0d99c87d87
@ -19,7 +19,7 @@ namespace NzbDrone.RuntimePatches.Mono
|
||||
private static BoringTLSVerifyFlagsPatch Instance;
|
||||
|
||||
public override Version MonoMinVersion => new Version(5, 0);
|
||||
public override Version MonoMaxVersion => new Version(6, 10);
|
||||
public override Version MonoMaxVersion => new Version(7, 0);
|
||||
|
||||
protected override void Patch()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user