aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-12 03:53:25 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-12-12 03:53:25 -0500
commitc2d0fd99852aae31379b89591b538d075743362f (patch)
treebfd9cfd47667bdf35668a9751cc82a56ac609282 /src
parent1aff48b93b72fe7d418b4798f504bd0d145f44e8 (diff)
update season queries
Diffstat (limited to 'src')
-rw-r--r--src/Emby.Server/project.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json
index 35ebdc213..5b64beae6 100644
--- a/src/Emby.Server/project.json
+++ b/src/Emby.Server/project.json
@@ -18,6 +18,25 @@
"SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.1-pre20161109081005"
},
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {},
+ "win8-x86": {},
+ "win8-x64": {},
+ "win8-arm": {},
+ "win81-x86": {},
+ "win81-x64": {},
+ "win81-arm": {},
+ "win10-x86": {},
+ "win10-x64": {},
+ "win10-arm": {},
+ "win10-arm64": {},
+ "osx.10.10-x64": {},
+ "osx.10.11-x64": {},
+ "osx.10.12-x64": {},
+ "ubuntu.14.04-x64": {}
+ },
+
"frameworks": {
"netcoreapp1.1": {
"imports": "dnxcore50",