Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ghiondea <ghiondea.alexandru@microsoft.com>2015-12-10 23:04:18 +0300
committerAlex Ghiondea <ghiondea.alexandru@microsoft.com>2015-12-10 23:04:18 +0300
commitb2f594a9ec65d9008a03176f45850a3c3f9ee6c7 (patch)
treede0a0d2b956a838f9e80ad8c26d23d2c59421a12 /src/AotPackageReference
parent9db9fed459641938d630eada66817b19b6f03d9b (diff)
Port System.Private.Reflection to CoreRT
[tfs-changeset: 1556609]
Diffstat (limited to 'src/AotPackageReference')
-rw-r--r--src/AotPackageReference/project.json5
-rw-r--r--src/AotPackageReference/project.lock.json297
2 files changed, 117 insertions, 185 deletions
diff --git a/src/AotPackageReference/project.json b/src/AotPackageReference/project.json
index 1129a73b3..35676f83a 100644
--- a/src/AotPackageReference/project.json
+++ b/src/AotPackageReference/project.json
@@ -1,7 +1,9 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.1-beta-23213",
+ "Microsoft.NETCore.Platforms": "1.0.0",
"System.Runtime": "4.0.20",
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Primitives":"4.0.0",
"System.Runtime.Extensions": "4.0.10",
"System.Diagnostics.Tracing": "4.0.20",
"System.Collections": "4.0.10",
@@ -12,6 +14,7 @@
"System.Runtime.InteropServices": "4.0.20",
"System.Private.Uri": "4.0.0",
"System.IO": "4.0.10",
+ "System.Globalization": "4.0.10"
},
"frameworks": {
"netcore50": {}
diff --git a/src/AotPackageReference/project.lock.json b/src/AotPackageReference/project.lock.json
index 23f7dbf10..6aa192d22 100644
--- a/src/AotPackageReference/project.lock.json
+++ b/src/AotPackageReference/project.lock.json
@@ -1,19 +1,16 @@
{
- "locked": false,
- "version": 2,
+ "locked": true,
+ "version": -9996,
"targets": {
".NETCore,Version=v5.0": {
- "Microsoft.NETCore.Platforms/1.0.1-beta-23213": {
- "type": "package"
- },
+ "Microsoft.NETCore.Platforms/1.0.1-beta-23213": {},
"System.Collections/4.0.10": {
- "type": "package",
"dependencies": {
- "System.Diagnostics.Debug": "4.0.0",
- "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Runtime.Extensions": "4.0.0",
- "System.Threading": "4.0.0"
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Threading": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0"
},
"compile": {
"ref/dotnet/System.Collections.dll": {}
@@ -23,7 +20,9 @@
}
},
"System.Diagnostics.Contracts/4.0.0": {
- "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
"compile": {
"ref/netcore50/System.Diagnostics.Contracts.dll": {}
},
@@ -32,7 +31,6 @@
}
},
"System.Diagnostics.Debug/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
@@ -44,18 +42,17 @@
}
},
"System.Diagnostics.Tracing/4.0.20": {
- "type": "package",
"dependencies": {
- "System.Collections": "4.0.10",
- "System.Globalization": "4.0.0",
- "System.Reflection": "4.0.10",
- "System.Reflection.Extensions": "4.0.0",
- "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Runtime.Extensions": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Runtime.InteropServices": "4.0.0",
+ "System.Globalization": "4.0.0",
"System.Text.Encoding": "4.0.0",
- "System.Threading": "4.0.10"
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection": "4.0.10",
+ "System.Collections": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Runtime.Extensions": "4.0.10"
},
"compile": {
"ref/dotnet/System.Diagnostics.Tracing.dll": {}
@@ -64,27 +61,25 @@
"lib/netcore50/System.Diagnostics.Tracing.dll": {}
}
},
- "System.Globalization/4.0.0": {
- "type": "package",
+ "System.Globalization/4.0.10": {
"dependencies": {
"System.Runtime": "4.0.0"
},
"compile": {
- "ref/netcore50/System.Globalization.dll": {}
+ "ref/dotnet/System.Globalization.dll": {}
},
"runtime": {
- "lib/wpa81/_._": {}
+ "lib/netcore50/System.Globalization.dll": {}
}
},
"System.IO/4.0.10": {
- "type": "package",
"dependencies": {
- "System.Globalization": "4.0.0",
"System.Runtime": "4.0.20",
"System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.0",
+ "System.Threading.Tasks": "4.0.0",
"System.Threading": "4.0.0",
- "System.Threading.Tasks": "4.0.0"
+ "System.Text.Encoding.Extensions": "4.0.0",
+ "System.Globalization": "4.0.0"
},
"compile": {
"ref/dotnet/System.IO.dll": {}
@@ -94,12 +89,11 @@
}
},
"System.Linq/4.0.0": {
- "type": "package",
"dependencies": {
+ "System.Runtime": "4.0.20",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10"
},
"compile": {
@@ -110,37 +104,28 @@
}
},
"System.Private.Uri/4.0.0": {
- "type": "package",
- "compile": {
- "ref/netcore50/_._": {}
- },
"runtime": {
"lib/netcore50/System.Private.Uri.dll": {}
}
},
- "System.Reflection/4.0.10": {
- "type": "package",
+ "System.Reflection/4.0.0": {
"dependencies": {
"System.IO": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
- "System.Runtime": "4.0.20"
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Reflection.dll": {}
- },
- "runtime": {
- "lib/netcore50/System.Reflection.dll": {}
+ "ref/netcore50/System.Reflection.dll": {}
}
},
"System.Reflection.Extensions/4.0.0": {
- "type": "package",
"dependencies": {
- "System.Diagnostics.Debug": "4.0.10",
- "System.Reflection": "4.0.10",
+ "System.Runtime": "4.0.20",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
"System.Reflection.TypeExtensions": "4.0.0",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Reflection": "4.0.10",
"System.Runtime.Extensions": "4.0.10"
},
"compile": {
@@ -151,7 +136,6 @@
}
},
"System.Reflection.Primitives/4.0.0": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0",
"System.Threading": "4.0.0"
@@ -164,15 +148,14 @@
}
},
"System.Reflection.TypeExtensions/4.0.0": {
- "type": "package",
"dependencies": {
+ "System.Runtime": "4.0.20",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
"System.Diagnostics.Contracts": "4.0.0",
- "System.Diagnostics.Debug": "4.0.10",
"System.Linq": "4.0.0",
"System.Reflection": "4.0.10",
- "System.Reflection.Primitives": "4.0.0",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
+ "System.Diagnostics.Debug": "4.0.10",
"System.Runtime.Extensions": "4.0.10"
},
"compile": {
@@ -183,11 +166,10 @@
}
},
"System.Resources.ResourceManager/4.0.0": {
- "type": "package",
"dependencies": {
- "System.Globalization": "4.0.0",
+ "System.Runtime": "4.0.20",
"System.Reflection": "4.0.10",
- "System.Runtime": "4.0.20"
+ "System.Globalization": "4.0.0"
},
"compile": {
"ref/netcore50/System.Resources.ResourceManager.dll": {}
@@ -197,7 +179,6 @@
}
},
"System.Runtime/4.0.20": {
- "type": "package",
"dependencies": {
"System.Private.Uri": "4.0.0"
},
@@ -209,7 +190,6 @@
}
},
"System.Runtime.Extensions/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.20"
},
@@ -221,7 +201,6 @@
}
},
"System.Runtime.Handles/4.0.0": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
@@ -233,11 +212,10 @@
}
},
"System.Runtime.InteropServices/4.0.20": {
- "type": "package",
"dependencies": {
+ "System.Runtime": "4.0.0",
"System.Reflection": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
- "System.Runtime": "4.0.0",
"System.Runtime.Handles": "4.0.0"
},
"compile": {
@@ -248,7 +226,6 @@
}
},
"System.Text.Encoding/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
@@ -260,7 +237,6 @@
}
},
"System.Text.Encoding.Extensions/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0",
"System.Text.Encoding": "4.0.10"
@@ -273,7 +249,6 @@
}
},
"System.Threading/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0",
"System.Threading.Tasks": "4.0.0"
@@ -286,7 +261,6 @@
}
},
"System.Threading.Tasks/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
@@ -299,17 +273,14 @@
}
},
".NETCore,Version=v5.0/win8-aot": {
- "Microsoft.NETCore.Platforms/1.0.1-beta-23213": {
- "type": "package"
- },
+ "Microsoft.NETCore.Platforms/1.0.1-beta-23213": {},
"System.Collections/4.0.10": {
- "type": "package",
"dependencies": {
- "System.Diagnostics.Debug": "4.0.0",
- "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Runtime.Extensions": "4.0.0",
- "System.Threading": "4.0.0"
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Threading": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0"
},
"compile": {
"ref/dotnet/System.Collections.dll": {}
@@ -319,7 +290,9 @@
}
},
"System.Diagnostics.Contracts/4.0.0": {
- "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
"compile": {
"ref/netcore50/System.Diagnostics.Contracts.dll": {}
},
@@ -328,7 +301,6 @@
}
},
"System.Diagnostics.Debug/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
@@ -340,18 +312,17 @@
}
},
"System.Diagnostics.Tracing/4.0.20": {
- "type": "package",
"dependencies": {
- "System.Collections": "4.0.10",
- "System.Globalization": "4.0.0",
- "System.Reflection": "4.0.10",
- "System.Reflection.Extensions": "4.0.0",
- "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Runtime.Extensions": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Runtime.InteropServices": "4.0.0",
+ "System.Globalization": "4.0.0",
"System.Text.Encoding": "4.0.0",
- "System.Threading": "4.0.10"
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection": "4.0.10",
+ "System.Collections": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Runtime.Extensions": "4.0.10"
},
"compile": {
"ref/dotnet/System.Diagnostics.Tracing.dll": {}
@@ -360,27 +331,25 @@
"runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll": {}
}
},
- "System.Globalization/4.0.0": {
- "type": "package",
+ "System.Globalization/4.0.10": {
"dependencies": {
"System.Runtime": "4.0.0"
},
"compile": {
- "ref/netcore50/System.Globalization.dll": {}
+ "ref/dotnet/System.Globalization.dll": {}
},
"runtime": {
- "lib/wpa81/_._": {}
+ "runtimes/win8-aot/lib/netcore50/System.Globalization.dll": {}
}
},
"System.IO/4.0.10": {
- "type": "package",
"dependencies": {
- "System.Globalization": "4.0.0",
"System.Runtime": "4.0.20",
"System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.0",
+ "System.Threading.Tasks": "4.0.0",
"System.Threading": "4.0.0",
- "System.Threading.Tasks": "4.0.0"
+ "System.Text.Encoding.Extensions": "4.0.0",
+ "System.Globalization": "4.0.0"
},
"compile": {
"ref/dotnet/System.IO.dll": {}
@@ -390,12 +359,11 @@
}
},
"System.Linq/4.0.0": {
- "type": "package",
"dependencies": {
+ "System.Runtime": "4.0.20",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Collections": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10"
},
"compile": {
@@ -406,37 +374,28 @@
}
},
"System.Private.Uri/4.0.0": {
- "type": "package",
- "compile": {
- "ref/netcore50/_._": {}
- },
"runtime": {
"runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll": {}
}
},
- "System.Reflection/4.0.10": {
- "type": "package",
+ "System.Reflection/4.0.0": {
"dependencies": {
"System.IO": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
- "System.Runtime": "4.0.20"
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Reflection.dll": {}
- },
- "runtime": {
- "runtimes/win8-aot/lib/netcore50/System.Reflection.dll": {}
+ "ref/netcore50/System.Reflection.dll": {}
}
},
"System.Reflection.Extensions/4.0.0": {
- "type": "package",
"dependencies": {
- "System.Diagnostics.Debug": "4.0.10",
- "System.Reflection": "4.0.10",
+ "System.Runtime": "4.0.20",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
"System.Reflection.TypeExtensions": "4.0.0",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Reflection": "4.0.10",
"System.Runtime.Extensions": "4.0.10"
},
"compile": {
@@ -447,7 +406,6 @@
}
},
"System.Reflection.Primitives/4.0.0": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0",
"System.Threading": "4.0.0"
@@ -460,15 +418,14 @@
}
},
"System.Reflection.TypeExtensions/4.0.0": {
- "type": "package",
"dependencies": {
+ "System.Runtime": "4.0.20",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
"System.Diagnostics.Contracts": "4.0.0",
- "System.Diagnostics.Debug": "4.0.10",
"System.Linq": "4.0.0",
"System.Reflection": "4.0.10",
- "System.Reflection.Primitives": "4.0.0",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
+ "System.Diagnostics.Debug": "4.0.10",
"System.Runtime.Extensions": "4.0.10"
},
"compile": {
@@ -479,11 +436,10 @@
}
},
"System.Resources.ResourceManager/4.0.0": {
- "type": "package",
"dependencies": {
- "System.Globalization": "4.0.0",
+ "System.Runtime": "4.0.20",
"System.Reflection": "4.0.10",
- "System.Runtime": "4.0.20"
+ "System.Globalization": "4.0.0"
},
"compile": {
"ref/netcore50/System.Resources.ResourceManager.dll": {}
@@ -493,7 +449,6 @@
}
},
"System.Runtime/4.0.20": {
- "type": "package",
"dependencies": {
"System.Private.Uri": "4.0.0"
},
@@ -505,7 +460,6 @@
}
},
"System.Runtime.Extensions/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.20"
},
@@ -517,7 +471,6 @@
}
},
"System.Runtime.Handles/4.0.0": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
@@ -529,11 +482,10 @@
}
},
"System.Runtime.InteropServices/4.0.20": {
- "type": "package",
"dependencies": {
+ "System.Runtime": "4.0.0",
"System.Reflection": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
- "System.Runtime": "4.0.0",
"System.Runtime.Handles": "4.0.0"
},
"compile": {
@@ -544,7 +496,6 @@
}
},
"System.Text.Encoding/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
@@ -556,7 +507,6 @@
}
},
"System.Text.Encoding.Extensions/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0",
"System.Text.Encoding": "4.0.10"
@@ -569,7 +519,6 @@
}
},
"System.Threading/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0",
"System.Threading.Tasks": "4.0.0"
@@ -582,7 +531,6 @@
}
},
"System.Threading.Tasks/4.0.10": {
- "type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
@@ -597,7 +545,6 @@
},
"libraries": {
"Microsoft.NETCore.Platforms/1.0.1-beta-23213": {
- "type": "package",
"sha512": "C7vDZPS/4Gn5+4Pei3oOL62r4FH/rOlozCNpfe/T58ClkHuSau/XoiWqq/BBmS6LOlF0qMcNHnCogjhvrN5O5Q==",
"files": [
"Microsoft.NETCore.Platforms.1.0.1-beta-23213.nupkg",
@@ -607,7 +554,6 @@
]
},
"System.Collections/4.0.10": {
- "type": "package",
"serviceable": true,
"sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==",
"files": [
@@ -641,7 +587,6 @@
]
},
"System.Diagnostics.Contracts/4.0.0": {
- "type": "package",
"sha512": "lMc7HNmyIsu0pKTdA4wf+FMq5jvouUd+oUpV4BdtyqoV0Pkbg9u/7lTKFGqpjZRQosWHq1+B32Lch2wf4AmloA==",
"files": [
"lib/DNXCore50/System.Diagnostics.Contracts.dll",
@@ -674,7 +619,6 @@
]
},
"System.Diagnostics.Debug/4.0.10": {
- "type": "package",
"serviceable": true,
"sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==",
"files": [
@@ -708,7 +652,6 @@
]
},
"System.Diagnostics.Tracing/4.0.20": {
- "type": "package",
"serviceable": true,
"sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==",
"files": [
@@ -741,19 +684,16 @@
"System.Diagnostics.Tracing.nuspec"
]
},
- "System.Globalization/4.0.0": {
- "type": "package",
- "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==",
+ "System.Globalization/4.0.10": {
+ "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==",
"files": [
+ "lib/DNXCore50/System.Globalization.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
+ "lib/net46/_._",
+ "lib/netcore50/System.Globalization.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
- "License.rtf",
"ref/dotnet/de/System.Globalization.xml",
"ref/dotnet/es/System.Globalization.xml",
"ref/dotnet/fr/System.Globalization.xml",
@@ -767,30 +707,16 @@
"ref/dotnet/zh-hant/System.Globalization.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/de/System.Globalization.xml",
- "ref/netcore50/es/System.Globalization.xml",
- "ref/netcore50/fr/System.Globalization.xml",
- "ref/netcore50/it/System.Globalization.xml",
- "ref/netcore50/ja/System.Globalization.xml",
- "ref/netcore50/ko/System.Globalization.xml",
- "ref/netcore50/ru/System.Globalization.xml",
- "ref/netcore50/System.Globalization.dll",
- "ref/netcore50/System.Globalization.xml",
- "ref/netcore50/zh-hans/System.Globalization.xml",
- "ref/netcore50/zh-hant/System.Globalization.xml",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
+ "ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
- "System.Globalization.4.0.0.nupkg",
- "System.Globalization.4.0.0.nupkg.sha512",
+ "runtimes/win8-aot/lib/netcore50/System.Globalization.dll",
+ "System.Globalization.4.0.10.nupkg",
+ "System.Globalization.4.0.10.nupkg.sha512",
"System.Globalization.nuspec"
]
},
"System.IO/4.0.10": {
- "type": "package",
"serviceable": true,
"sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==",
"files": [
@@ -824,7 +750,6 @@
]
},
"System.Linq/4.0.0": {
- "type": "package",
"serviceable": true,
"sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==",
"files": [
@@ -857,7 +782,6 @@
]
},
"System.Private.Uri/4.0.0": {
- "type": "package",
"serviceable": true,
"sha512": "CtuxaCKcRIvPcsqquVl3mPp79EDZPMr2UogfiFCxCs+t2z1VjbpQsKNs1GHZ8VQetqbk1mr0V1yAfMe6y8CHDA==",
"files": [
@@ -871,17 +795,18 @@
"System.Private.Uri.nuspec"
]
},
- "System.Reflection/4.0.10": {
- "type": "package",
- "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==",
+ "System.Reflection/4.0.0": {
+ "sha512": "g96Rn8XuG7y4VfxPj/jnXroRJdQ8L3iN3k3zqsuzk4k3Nq4KMXARYiIO4BLW4GwX06uQpuYwRMcAC/aF117knQ==",
"files": [
- "lib/DNXCore50/System.Reflection.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
- "lib/net46/_._",
- "lib/netcore50/System.Reflection.dll",
+ "lib/net45/_._",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
+ "License.rtf",
"ref/dotnet/de/System.Reflection.xml",
"ref/dotnet/es/System.Reflection.xml",
"ref/dotnet/fr/System.Reflection.xml",
@@ -895,17 +820,29 @@
"ref/dotnet/zh-hant/System.Reflection.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
- "ref/net46/_._",
+ "ref/net45/_._",
+ "ref/netcore50/de/System.Reflection.xml",
+ "ref/netcore50/es/System.Reflection.xml",
+ "ref/netcore50/fr/System.Reflection.xml",
+ "ref/netcore50/it/System.Reflection.xml",
+ "ref/netcore50/ja/System.Reflection.xml",
+ "ref/netcore50/ko/System.Reflection.xml",
+ "ref/netcore50/ru/System.Reflection.xml",
+ "ref/netcore50/System.Reflection.dll",
+ "ref/netcore50/System.Reflection.xml",
+ "ref/netcore50/zh-hans/System.Reflection.xml",
+ "ref/netcore50/zh-hant/System.Reflection.xml",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
- "runtimes/win8-aot/lib/netcore50/System.Reflection.dll",
- "System.Reflection.4.0.10.nupkg",
- "System.Reflection.4.0.10.nupkg.sha512",
+ "System.Reflection.4.0.0.nupkg",
+ "System.Reflection.4.0.0.nupkg.sha512",
"System.Reflection.nuspec"
]
},
"System.Reflection.Extensions/4.0.0": {
- "type": "package",
"serviceable": true,
"sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==",
"files": [
@@ -939,7 +876,6 @@
]
},
"System.Reflection.Primitives/4.0.0": {
- "type": "package",
"serviceable": true,
"sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==",
"files": [
@@ -973,7 +909,6 @@
]
},
"System.Reflection.TypeExtensions/4.0.0": {
- "type": "package",
"serviceable": true,
"sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==",
"files": [
@@ -1007,7 +942,6 @@
]
},
"System.Resources.ResourceManager/4.0.0": {
- "type": "package",
"serviceable": true,
"sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==",
"files": [
@@ -1041,7 +975,6 @@
]
},
"System.Runtime/4.0.20": {
- "type": "package",
"serviceable": true,
"sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==",
"files": [
@@ -1075,7 +1008,6 @@
]
},
"System.Runtime.Extensions/4.0.10": {
- "type": "package",
"serviceable": true,
"sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==",
"files": [
@@ -1109,7 +1041,6 @@
]
},
"System.Runtime.Handles/4.0.0": {
- "type": "package",
"serviceable": true,
"sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==",
"files": [
@@ -1143,7 +1074,6 @@
]
},
"System.Runtime.InteropServices/4.0.20": {
- "type": "package",
"serviceable": true,
"sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==",
"files": [
@@ -1177,7 +1107,6 @@
]
},
"System.Text.Encoding/4.0.10": {
- "type": "package",
"sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==",
"files": [
"lib/DNXCore50/System.Text.Encoding.dll",
@@ -1210,7 +1139,6 @@
]
},
"System.Text.Encoding.Extensions/4.0.10": {
- "type": "package",
"sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==",
"files": [
"lib/DNXCore50/System.Text.Encoding.Extensions.dll",
@@ -1243,7 +1171,6 @@
]
},
"System.Threading/4.0.10": {
- "type": "package",
"serviceable": true,
"sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==",
"files": [
@@ -1277,7 +1204,6 @@
]
},
"System.Threading.Tasks/4.0.10": {
- "type": "package",
"serviceable": true,
"sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==",
"files": [
@@ -1315,6 +1241,8 @@
"": [
"Microsoft.NETCore.Platforms >= 1.0.1-beta-23213",
"System.Runtime >= 4.0.20",
+ "System.Reflection >= 4.0.0",
+ "System.Reflection.Primitives >= 4.0.0",
"System.Runtime.Extensions >= 4.0.10",
"System.Diagnostics.Tracing >= 4.0.20",
"System.Collections >= 4.0.10",
@@ -1323,7 +1251,8 @@
"System.Text.Encoding.Extensions >= 4.0.10",
"System.Runtime.InteropServices >= 4.0.20",
"System.Private.Uri >= 4.0.0",
- "System.IO >= 4.0.10"
+ "System.IO >= 4.0.10",
+ "System.Globalization >= 4.0.10"
],
".NETCore,Version=v5.0": []
}