diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 22:57:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 22:57:58 -0400 |
| commit | cae7aa2065bba57a2d2cf8565a40f0380b46743a (patch) | |
| tree | 3046a50ad3b4a0358f79d38507e49f2b608101d9 /Emby.Server.Implementations/project.json | |
| parent | 86ecd20b19a068554e7217858bab7dac0a4ae96c (diff) | |
fix project
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 |
