diff options
Diffstat (limited to 'Emby.Server.Implementations/project.json')
| -rw-r--r-- | Emby.Server.Implementations/project.json | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/project.json b/Emby.Server.Implementations/project.json index 1e12b00745..b1373cd456 100644 --- a/Emby.Server.Implementations/project.json +++ b/Emby.Server.Implementations/project.json @@ -1,12 +1,10 @@ -{ +{ "supports": {}, "dependencies": { - "MediaBrowser.Naming": "1.0.0.58", - "Microsoft.NETCore.Portable.Compatibility": "1.0.1", - "NETStandard.Library": "1.6.0", - "Patterns.Logging": "1.0.0.5" + "MediaBrowser.Naming": "1.0.0.59", + "Patterns.Logging": "1.0.0.6" }, "frameworks": { - "netstandard1.3": {} + ".NETPortable,Version=v4.5,Profile=Profile7": {} } }
\ No newline at end of file |
