mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-02-04 05:36:11 +00:00
Framework gate pragma disable
This commit is contained in:
@@ -3,6 +3,9 @@ using System.Net;
|
||||
|
||||
namespace SabreTools.RedumpLib.Web
|
||||
{
|
||||
#if NET6_0_OR_GREATER
|
||||
#pragma warning disable SYSLIB0014
|
||||
#endif
|
||||
internal class CookieWebClient : WebClient
|
||||
{
|
||||
/// <summary>
|
||||
@@ -48,4 +51,7 @@ namespace SabreTools.RedumpLib.Web
|
||||
return request;
|
||||
}
|
||||
}
|
||||
#if NET6_0_OR_GREATER
|
||||
#pragma warning restore SYSLIB0014
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user