mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-15 18:52:41 +00:00
Add .NET Standard 2.x to builds
This commit is contained in:
@@ -9,7 +9,7 @@ namespace ProtectionScan
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
#if NET462_OR_GREATER || NETCOREAPP
|
||||
#if NET462_OR_GREATER || NETCOREAPP || NETSTANDARD2_0_OR_GREATER
|
||||
// Register the codepages
|
||||
System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user