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" "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
}, },
"frameworks": { "frameworks": {
"uap10.0": { },
"netcore50": { } "netcore50": { }
}, },
"runtimes": { "runtimes": {
"win10-arm": { }, "win10-arm": { },
"win10-arm-aot": { }, "win10-arm-aot": { },
"win10-x86": { },
"win10-x86-aot": { },
"win10-x64": { }, "win10-x64": { },
"win10-x64-aot": { } "win10-x64-aot": { },
"win10-x86": { },
"win10-x86-aot": { }
} }
} }

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

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