Build AssemblyLoadContext

This commit is contained in:
Andrew Schwartzmeyer 2015-12-08 14:09:52 -08:00
parent b8f8ffc46a
commit 51b3e6cfc1
3 changed files with 28 additions and 1814 deletions

View File

@ -0,0 +1,5 @@
using System.Runtime.CompilerServices;
using System.Reflection;
[assembly:InternalsVisibleTo("System.Management.Automation")]
[assembly:AssemblyFileVersionAttribute("1.0.0.0")]
[assembly:AssemblyVersion("1.0.0.0")]

View File

@ -0,0 +1,23 @@
{
"version": "1.0.0.0",
"description": "Microsoft.PowerShell.CoreCLR.AssemblyLoadContext Class",
"authors": [ "andschwa" ],
"compileFiles": [ "../monad/monad/src/CoreCLR/CorePsAssemblyLoadContext.cs" ],
"compilationOptions": { "define": [ "CORECLR" ] },
"dependencies": {
"Microsoft.NETCore.Runtime": "1.0.1-*",
"System.Collections": "4.0.11-*",
"System.Collections.Concurrent": "4.0.11-*",
"System.Globalization": "4.0.11-*",
"System.IO": "4.0.11-*",
"System.IO.FileSystem": "4.0.1-*",
"System.Reflection": "4.1.0-*",
"System.Runtime.Loader": "4.0.0-*",
"System.Runtime.InteropServices": "4.0.21-*"
},
"frameworks": { "dnxcore50": { } }
}

File diff suppressed because it is too large Load Diff