System.AppContextDefaultValues.InitializeNetFxSwitchDefaultsForNetCoreRuntime C# (CSharp) Method

InitializeNetFxSwitchDefaultsForNetCoreRuntime() private static method

private static InitializeNetFxSwitchDefaultsForNetCoreRuntime ( ) : void
return void
        private static void InitializeNetFxSwitchDefaultsForNetCoreRuntime()
        {
            LocalAppContext.DefineSwitchDefault(BuildTasksAppContextSwitches.DoNotUseSha256ForMarkupCompilerChecksumAlgorithmSwitchName, false);
        }
    }