diff options
Diffstat (limited to 'Emby.Server.Implementations/project.json')
| -rw-r--r-- | Emby.Server.Implementations/project.json | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/project.json b/Emby.Server.Implementations/project.json index 0f4463ed2..fd54db633 100644 --- a/Emby.Server.Implementations/project.json +++ b/Emby.Server.Implementations/project.json @@ -5,7 +5,19 @@ "MediaBrowser.Naming": "1.0.0.59", "UniversalDetector": "1.0.1" }, - "frameworks": { - ".NETPortable,Version=v4.5,Profile=Profile7": {} - } + "frameworks":{ + "netstandard1.6":{ + "dependencies":{ + "NETStandard.Library":"1.6.0", + } + }, + ".NETPortable,Version=v4.5,Profile=Profile7":{ + "buildOptions": { + "define": [ ] + }, + "frameworkAssemblies":{ + + } + } + } }
\ No newline at end of file |
