Updated to using both UAP and .NET Core frameworks.
This commit is contained in:
Родитель
1decefc028
Коммит
73df4c0959
|
@ -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": {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче