diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-12-17 01:49:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-17 01:49:02 -0500 |
| commit | 12f46d961b9b3b3857e1c2beadd4464f0e4e19cc (patch) | |
| tree | aa8808d9ba1e1364313482ae9c062eae2224cf5d /src/Emby.Server | |
| parent | 7a67cb5498bcb53c0dbc3f3e1e6f61e527bfe46b (diff) | |
| parent | ef490818d7246aec127bfb7722c23c2103f4bf5f (diff) | |
Merge pull request #2345 from MediaBrowser/dev
Dev
Diffstat (limited to 'src/Emby.Server')
| -rw-r--r-- | src/Emby.Server/project.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json index 852c7d519..e77506e92 100644 --- a/src/Emby.Server/project.json +++ b/src/Emby.Server/project.json @@ -12,10 +12,10 @@ "version": "1.1.0" }, "Mono.Nat": "1.0.0-*", - "Microsoft.Win32.Registry": "4.0.0", - "System.Runtime.Extensions": "4.1.0", - "System.Diagnostics.Process": "4.1.0", - "SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.1-pre20161109081005" + "System.Runtime.Extensions": "4.3.0", + "System.Diagnostics.Process": "4.3.0", + "Microsoft.Win32.Registry": "4.3.0", + "SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.1" }, "runtimes": { |
