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:
authorJan Kotas <jkotas@microsoft.com>2016-09-19 08:50:22 +0300
committerJan Kotas <jkotas@microsoft.com>2016-09-20 06:16:50 +0300
commit4c4a0c25be3882b4cbe1cca6fb486d8577d57a66 (patch)
tree16ae7feaa26adc71fd0ccd4e0487da266aef9951
parent2dc13ac9f5d578c8f99461fd82ec3fce385b8f0e (diff)
Restore UAP package
-rw-r--r--src/packaging/uap/project.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/packaging/uap/project.json b/src/packaging/uap/project.json
new file mode 100644
index 000000000..17928b1ac
--- /dev/null
+++ b/src/packaging/uap/project.json
@@ -0,0 +1,20 @@
+{
+ "frameworks": {
+ "uap10.1": {
+ "dependencies": {
+ "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
+ "System.Diagnostics.StackTrace": "4.0.3-beta-24415-01",
+ "System.IO.Compression": "4.1.2-beta-24415-01",
+ "System.IO": "4.3.0-beta-devapi-24512-01",
+ "System.Reflection.Primitives": "4.3.0-beta-devapi-24512-01",
+ "System.Runtime": "4.3.0-beta-devapi-24512-01",
+ "System.Runtime.Serialization.Primitives": "4.3.0-beta-devapi-24512-01"
+ }
+ }
+ },
+
+ "runtimes": {
+ "win10-aot": {},
+ "win8-aot": {}
+ }
+}