Updated to using both UAP and .NET Core frameworks.

This commit is contained in:
Jon Fortescue 2015-07-27 16:41:36 -07:00
Родитель 1decefc028
Коммит 73df4c0959
2 изменённых файлов: 7 добавлений и 5 удалений

Просмотреть файл

@ -6,14 +6,15 @@
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
},
"frameworks": {
"netcore50": {}
"uap10.0": { },
"netcore50": { }
},
"runtimes": {
"win10-arm": { },
"win10-arm-aot": { },
"win10-x86": { },
"win10-x86-aot": { },
"win10-x64": { },
"win10-x64-aot": { }
"win10-x64-aot": { },
"win10-x86": { },
"win10-x86-aot": { }
}
}

Просмотреть файл

@ -6,7 +6,8 @@
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
},
"frameworks": {
"netcore50": {}
"uap10.0": { },
"netcore50": { }
},
"runtimes": {
"win10-arm": { },