Ignore:
Timestamp:
Aug 1, 2022, 12:26:44 PM (2 years ago)
Author:
alloc
Message:

Made SpaceWizards.HttpListener compilable against .NET 4.8 with preprocessor define UNITY_NETFRAMEWORK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/SpaceWizards.HttpListener/src/System/HexConverter.cs

    r376 r377  
    11// Licensed to the .NET Foundation under one or more agreements.
    22// The .NET Foundation licenses this file to you under the MIT license.
     3
     4// ReSharper disable RedundantCast
    35
    46#nullable disable
     
    9597        }
    9698
     99#if !UNITY_NETFRAMEWORK
    97100#if ALLOW_PARTIALLY_TRUSTED_CALLERS
    98101        [System.Security.SecuritySafeCriticalAttribute]
     
    130133#endif
    131134        }
     135#endif
    132136
    133137        [MethodImpl(MethodImplOptions.AggressiveInlining)]
Note: See TracChangeset for help on using the changeset viewer.