diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-12-12 14:40:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-12 14:40:54 -0500 |
| commit | acf71527b52bea3d986d5bb3a899b4d8d5c6e2ac (patch) | |
| tree | e6b39da5709b9b2fad03370c69181137f3141d0f /src | |
| parent | 73e7f20823ed0d18f90c5848791422e83d603f5c (diff) | |
| parent | d84bb7160f8c3cfc953cdece890264d70e504e39 (diff) | |
Merge pull request #2339 from MediaBrowser/dev
Dev
Diffstat (limited to 'src')
| -rw-r--r-- | src/Emby.Server/project.json | 19 |
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", |
