diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 17:04:55 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 17:04:55 -0400 |
| commit | 13dcb5abb1682940a45e83e5a9f7b71289231986 (patch) | |
| tree | 64962bbfa235b6a648a9c8ab0bd3f210ffa40d16 /MediaBrowser.Controller/project.json | |
| parent | da9d7be63f76767cebfe7f2673c8a5c9e548d360 (diff) | |
fix projects
Diffstat (limited to 'MediaBrowser.Controller/project.json')
| -rw-r--r-- | MediaBrowser.Controller/project.json | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/MediaBrowser.Controller/project.json b/MediaBrowser.Controller/project.json index 7af946da1a..fbbe9eaf32 100644 --- a/MediaBrowser.Controller/project.json +++ b/MediaBrowser.Controller/project.json @@ -1,10 +1,17 @@ -{ - "supports": {}, - "dependencies": { - "Microsoft.NETCore.Portable.Compatibility": "1.0.1", - "NETStandard.Library": "1.6.0" - }, - "frameworks": { - "netstandard1.1": {} - } +{ + "frameworks":{ + "netstandard1.6":{ + "dependencies":{ + "NETStandard.Library":"1.6.0", + } + }, + ".NETPortable,Version=v4.5,Profile=Profile7":{ + "buildOptions": { + "define": [ ] + }, + "frameworkAssemblies":{ + + } + } + } }
\ No newline at end of file |
