Use Security.Permissions stub

This commit is contained in:
Andrew Schwartzmeyer 2016-06-02 13:44:07 -07:00 committed by Andrew Schwartzmeyer
parent e007412628
commit 52621adba8

View file

@ -3,12 +3,17 @@ Copyright (c) Microsoft Corporation. All rights reserved.
--********************************************************************/
using System;
using System.IO;
using System.Security.Permissions;
using System.Text;
using System.Management.Automation;
using System.Management.Automation.Host;
using System.Management.Automation.Internal.Host;
#if CORECLR
using Microsoft.PowerShell.CoreClr.Stubs;
#else
using System.Security.Permissions;
#endif
namespace Microsoft.PowerShell.Commands
{
/// <summary>