aboutsummaryrefslogtreecommitdiff
path: root/OpenSubtitlesHandler/project.json
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSubtitlesHandler/project.json')
-rw-r--r--OpenSubtitlesHandler/project.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSubtitlesHandler/project.json b/OpenSubtitlesHandler/project.json
index 6710d0173..94404ddfc 100644
--- a/OpenSubtitlesHandler/project.json
+++ b/OpenSubtitlesHandler/project.json
@@ -1,6 +1,7 @@
{
"supports": {
"net46.app": {},
+ "uwp.10.0.app": {},
"dnxcore50.app": {}
},
"dependencies": {
@@ -9,7 +10,7 @@
},
"frameworks": {
"dotnet": {
- "imports": "portable-net452"
+ "imports": "portable-net452+win81"
}
}
} \ No newline at end of file