Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
Permalink
Browse files
Integrate PSCoreWindowsCompat
  • Loading branch information
markekraus committed May 17, 2018
1 parent 4ad5b06 commit e9d2c3a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 1 deletion.
@@ -0,0 +1,2 @@
bin/
obj/
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="2.0.0-rc1">

</PackageReference>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<None Include="WinCompatibilityPack.psd1" CopyToOutputDirectory="Always" />
<None Include="WinCompatibilityPack.psm1" CopyToOutputDirectory="Always" />
</ItemGroup>
</Project>
@@ -49,7 +49,28 @@ PowerShellVersion = '6.0'
# RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()
RequiredAssemblies = @(
'Microsoft.Win32.SystemEvents.dll'
'System.CodeDom.dll'
'System.Configuration.ConfigurationManager.dll'
'System.Data.DataSetExtensions.dll'
'System.Data.Odbc.dll'
'System.Diagnostics.EventLog.dll'
'System.Diagnostics.PerformanceCounter.dll'
'System.DirectoryServices.AccountManagement.dll'
'System.DirectoryServices.dll'
'System.DirectoryServices.Protocols.dll'
'System.Drawing.Common.dll'
'System.IO.Pipes.AccessControl.dll'
'System.IO.Ports.dll'
'System.Management.dll'
'System.Memory.dll'
'System.Runtime.Caching.dll'
'System.Runtime.CompilerServices.Unsafe.dll'
'System.Security.Cryptography.ProtectedData.dll'
'System.Security.Cryptography.Xml.dll'
'System.ServiceModel.Syndication.dll'
)

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "2.1.300-rc1-008673"
}
}

0 comments on commit e9d2c3a

Please sign in to comment.