mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-21 06:31:02 +10:00
Fixing Sahara issues & .NET Framework project files
This commit is contained in:
@@ -45,7 +45,9 @@ namespace WPinternals
|
||||
{
|
||||
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
|
||||
|
||||
#if NETCORE
|
||||
System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
|
||||
#endif
|
||||
|
||||
if (Environment.GetCommandLineArgs().Count() > 1)
|
||||
CommandLine.OpenConsole();
|
||||
|
||||
Reference in New Issue
Block a user