summaryrefslogtreecommitdiff
path: root/PagesGallery/PagesGallery.UWP/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'PagesGallery/PagesGallery.UWP/project.json')
-rw-r--r--PagesGallery/PagesGallery.UWP/project.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/PagesGallery/PagesGallery.UWP/project.json b/PagesGallery/PagesGallery.UWP/project.json
new file mode 100644
index 00000000..226a07ce
--- /dev/null
+++ b/PagesGallery/PagesGallery.UWP/project.json
@@ -0,0 +1,17 @@
+{
+ "dependencies": {
+ "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
+ "modernhttpclient": "2.4.2"
+ },
+ "frameworks": {
+ "uap10.0": {}
+ },
+ "runtimes": {
+ "win10-arm": {},
+ "win10-arm-aot": {},
+ "win10-x86": {},
+ "win10-x86-aot": {},
+ "win10-x64": {},
+ "win10-x64-aot": {}
+ }
+} \ No newline at end of file