aboutsummaryrefslogtreecommitdiff
path: root/src/Emby.Server
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-10-30 03:29:27 -0400
committerGitHub <noreply@github.com>2016-10-30 03:29:27 -0400
commitd31b0f7be4b14e4ada999c97e675b856ad68352b (patch)
treea4619513efbb3be62a6204c996526df606cb62c5 /src/Emby.Server
parentb19f75fcae017cb51f1e58eb2d54ca84620b6ee0 (diff)
parent3094cd7ff3e51578808ce1b6f56b141930c18004 (diff)
Merge pull request #2258 from MediaBrowser/dev
Dev
Diffstat (limited to 'src/Emby.Server')
-rw-r--r--src/Emby.Server/Emby.Server.xproj1
-rw-r--r--src/Emby.Server/project.fragment.lock.json23
-rw-r--r--src/Emby.Server/project.json9
-rw-r--r--src/Emby.Server/project.lock.json1267
4 files changed, 1052 insertions, 248 deletions
diff --git a/src/Emby.Server/Emby.Server.xproj b/src/Emby.Server/Emby.Server.xproj
index 943aae99e..81fffc639 100644
--- a/src/Emby.Server/Emby.Server.xproj
+++ b/src/Emby.Server/Emby.Server.xproj
@@ -20,6 +20,7 @@
<ProjectReference Include="..\..\DvdLib\DvdLib.csproj" />
<ProjectReference Include="..\..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
<ProjectReference Include="..\..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
+ <ProjectReference Include="..\..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj" />
<ProjectReference Include="..\..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
<ProjectReference Include="..\..\MediaBrowser.Providers\MediaBrowser.Providers.csproj" />
<ProjectReference Include="..\..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj" />
diff --git a/src/Emby.Server/project.fragment.lock.json b/src/Emby.Server/project.fragment.lock.json
index 5ef2b890b..d13b3cc3d 100644
--- a/src/Emby.Server/project.fragment.lock.json
+++ b/src/Emby.Server/project.fragment.lock.json
@@ -3,7 +3,7 @@
"exports": {
"BDInfo/1.0.0": {
"type": "project",
- "framework": ".NETFramework,Version=v4.6",
+ "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": {
"bin/Debug/BDInfo.dll": {}
},
@@ -59,8 +59,6 @@
"bin/Debug/MediaBrowser.Controller.dll": {}
},
"runtime": {
- "../packages/Interfaces.IO.1.0.0.5/lib/portable-net45+sl4+wp71+win8+wpa81/Interfaces.IO.dll": {},
- "../packages/Patterns.Logging.1.0.0.2/lib/portable-net45+sl4+wp71+win8+wpa81/Patterns.Logging.dll": {},
"bin/Debug/MediaBrowser.Controller.dll": {}
},
"contentFiles": {
@@ -71,6 +69,23 @@
}
}
},
+ "MediaBrowser.LocalMetadata/1.0.0": {
+ "type": "project",
+ "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
+ "compile": {
+ "bin/Debug/MediaBrowser.LocalMetadata.dll": {}
+ },
+ "runtime": {
+ "bin/Debug/MediaBrowser.LocalMetadata.dll": {}
+ },
+ "contentFiles": {
+ "bin/Debug/MediaBrowser.LocalMetadata.pdb": {
+ "buildAction": "None",
+ "codeLanguage": "any",
+ "copyToOutput": true
+ }
+ }
+ },
"MediaBrowser.Model/1.0.0": {
"type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7",
@@ -7036,7 +7051,7 @@
},
"OpenSubtitlesHandler/1.0.0": {
"type": "project",
- "framework": ".NETFramework,Version=v4.6",
+ "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": {
"bin/Debug/OpenSubtitlesHandler.dll": {}
},
diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json
index 7259c0812..66ebeec3c 100644
--- a/src/Emby.Server/project.json
+++ b/src/Emby.Server/project.json
@@ -5,10 +5,14 @@
},
"dependencies": {
+ "Emby.Common.Implementations": "1.0.0-*",
+ "Emby.Dlna": "1.0.0-*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
- }
+ },
+ "Mono.Nat": "1.0.0-*",
+ "RSSDP": "1.0.0-*"
},
"frameworks": {
@@ -27,6 +31,9 @@
"MediaBrowser.Controller": {
"target": "project"
},
+ "MediaBrowser.LocalMetadata": {
+ "target": "project"
+ },
"MediaBrowser.Model": {
"target": "project"
},
diff --git a/src/Emby.Server/project.lock.json b/src/Emby.Server/project.lock.json
index eb59b37c6..92e85e3dd 100644
--- a/src/Emby.Server/project.lock.json
+++ b/src/Emby.Server/project.lock.json
@@ -116,67 +116,24 @@
"ref/netstandard1.0/Microsoft.CSharp.dll": {}
},
"runtime": {
- "lib/netstandard1.3/Microsoft.CSharp.dll": {}
+ "lib/netstandard1.3/_._": {}
}
},
- "Microsoft.NETCore/5.0.0": {
+ "Microsoft.Extensions.PlatformAbstractions/1.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.CSharp": "4.0.0",
- "Microsoft.NETCore.Targets": "1.0.0",
- "Microsoft.VisualBasic": "10.0.0",
- "System.AppContext": "4.0.0",
- "System.Collections": "4.0.10",
- "System.Collections.Concurrent": "4.0.10",
- "System.Collections.Immutable": "1.1.37",
- "System.ComponentModel": "4.0.0",
- "System.ComponentModel.Annotations": "4.0.10",
- "System.Diagnostics.Debug": "4.0.10",
- "System.Diagnostics.Tools": "4.0.0",
- "System.Diagnostics.Tracing": "4.0.20",
- "System.Dynamic.Runtime": "4.0.10",
- "System.Globalization": "4.0.10",
- "System.Globalization.Calendars": "4.0.0",
- "System.Globalization.Extensions": "4.0.0",
- "System.IO": "4.0.10",
- "System.IO.Compression": "4.0.0",
- "System.IO.Compression.ZipFile": "4.0.0",
- "System.IO.FileSystem": "4.0.0",
- "System.IO.FileSystem.Primitives": "4.0.0",
- "System.IO.UnmanagedMemoryStream": "4.0.0",
- "System.Linq": "4.0.0",
- "System.Linq.Expressions": "4.0.10",
- "System.Linq.Parallel": "4.0.0",
- "System.Linq.Queryable": "4.0.0",
- "System.Net.Http": "4.0.0",
- "System.Net.NetworkInformation": "4.0.0",
- "System.Net.Primitives": "4.0.10",
- "System.Numerics.Vectors": "4.1.0",
- "System.ObjectModel": "4.0.10",
- "System.Reflection": "4.0.10",
- "System.Reflection.DispatchProxy": "4.0.0",
- "System.Reflection.Extensions": "4.0.0",
- "System.Reflection.Metadata": "1.0.22",
- "System.Reflection.Primitives": "4.0.0",
- "System.Reflection.TypeExtensions": "4.0.0",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
- "System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Runtime.Numerics": "4.0.0",
- "System.Security.Claims": "4.0.0",
- "System.Security.Principal": "4.0.0",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
- "System.Text.RegularExpressions": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Tasks": "4.0.10",
- "System.Threading.Tasks.Dataflow": "4.5.25",
- "System.Threading.Tasks.Parallel": "4.0.0",
- "System.Threading.Timer": "4.0.0",
- "System.Xml.ReaderWriter": "4.0.10",
- "System.Xml.XDocument": "4.0.10"
+ "System.AppContext": "4.1.0",
+ "System.Reflection": "4.1.0",
+ "System.Reflection.Extensions": "4.0.1",
+ "System.Reflection.TypeExtensions": "4.1.0",
+ "System.Resources.ResourceManager": "4.0.1",
+ "System.Runtime.Extensions": "4.1.0"
+ },
+ "compile": {
+ "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll": {}
}
},
"Microsoft.NETCore.App/1.0.1": {
@@ -258,44 +215,6 @@
"lib/netstandard1.0/_._": {}
}
},
- "Microsoft.NETCore.Portable.Compatibility/1.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Runtime": "1.0.0"
- },
- "compile": {
- "ref/dotnet/System.ComponentModel.DataAnnotations.dll": {},
- "ref/dotnet/System.Core.dll": {},
- "ref/dotnet/System.Net.dll": {},
- "ref/dotnet/System.Numerics.dll": {},
- "ref/dotnet/System.Runtime.Serialization.dll": {},
- "ref/dotnet/System.ServiceModel.Web.dll": {},
- "ref/dotnet/System.ServiceModel.dll": {},
- "ref/dotnet/System.Windows.dll": {},
- "ref/dotnet/System.Xml.Linq.dll": {},
- "ref/dotnet/System.Xml.Serialization.dll": {},
- "ref/dotnet/System.Xml.dll": {},
- "ref/dotnet/System.dll": {},
- "ref/dotnet/mscorlib.dll": {}
- },
- "runtime": {
- "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll": {},
- "lib/dnxcore50/System.Core.dll": {},
- "lib/dnxcore50/System.Net.dll": {},
- "lib/dnxcore50/System.Numerics.dll": {},
- "lib/dnxcore50/System.Runtime.Serialization.dll": {},
- "lib/dnxcore50/System.ServiceModel.Web.dll": {},
- "lib/dnxcore50/System.ServiceModel.dll": {},
- "lib/dnxcore50/System.Windows.dll": {},
- "lib/dnxcore50/System.Xml.Linq.dll": {},
- "lib/dnxcore50/System.Xml.Serialization.dll": {},
- "lib/dnxcore50/System.Xml.dll": {},
- "lib/dnxcore50/System.dll": {}
- }
- },
- "Microsoft.NETCore.Runtime/1.0.0": {
- "type": "package"
- },
"Microsoft.NETCore.Runtime.CoreCLR/1.0.4": {
"type": "package",
"dependencies": {
@@ -339,7 +258,7 @@
"ref/netstandard1.1/Microsoft.VisualBasic.dll": {}
},
"runtime": {
- "lib/netstandard1.3/Microsoft.VisualBasic.dll": {}
+ "lib/netstandard1.3/_._": {}
}
},
"Microsoft.Win32.Primitives/4.0.1": {
@@ -424,6 +343,33 @@
"System.Xml.XDocument": "4.0.11"
}
},
+ "NLog/4.4.0-betav15": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.PlatformAbstractions": "1.0.0",
+ "NETStandard.Library": "1.6.0",
+ "System.Collections.NonGeneric": "4.0.1",
+ "System.ComponentModel.TypeConverter": "4.1.0",
+ "System.Data.Common": "4.1.0",
+ "System.Diagnostics.Contracts": "4.0.1",
+ "System.Diagnostics.StackTrace": "4.0.1",
+ "System.Diagnostics.TraceSource": "4.0.0",
+ "System.IO.FileSystem.Watcher": "4.0.0",
+ "System.Net.NameResolution": "4.0.0",
+ "System.Net.Requests": "4.0.11",
+ "System.Reflection.TypeExtensions": "4.1.0",
+ "System.Runtime.Serialization.Primitives": "4.1.1",
+ "System.Threading.Thread": "4.0.0",
+ "System.Threading.ThreadPool": "4.0.10",
+ "System.Xml.XmlDocument": "4.0.1"
+ },
+ "compile": {
+ "lib/netstandard1.5/NLog.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard1.5/NLog.dll": {}
+ }
+ },
"runtime.native.System/4.0.0": {
"type": "package",
"dependencies": {
@@ -489,6 +435,29 @@
"lib/netstandard1.0/_._": {}
}
},
+ "SimpleInjector/3.2.4": {
+ "type": "package",
+ "dependencies": {
+ "NETStandard.Library": "1.6.0",
+ "System.ComponentModel": "4.0.1",
+ "System.Diagnostics.Debug": "4.0.11",
+ "System.Diagnostics.Tools": "4.0.1",
+ "System.Globalization": "4.0.11",
+ "System.Linq": "4.1.0",
+ "System.Linq.Expressions": "4.1.0",
+ "System.Reflection": "4.1.0",
+ "System.Reflection.Extensions": "4.0.1",
+ "System.Runtime": "4.1.0",
+ "System.Runtime.Extensions": "4.1.0",
+ "System.Threading": "4.0.11"
+ },
+ "compile": {
+ "lib/netstandard1.0/SimpleInjector.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard1.0/SimpleInjector.dll": {}
+ }
+ },
"System.AppContext/4.1.0": {
"type": "package",
"dependencies": {
@@ -568,6 +537,41 @@
"lib/netstandard1.0/System.Collections.Immutable.dll": {}
}
},
+ "System.Collections.NonGeneric/4.0.1": {
+ "type": "package",
+ "dependencies": {
+ "System.Diagnostics.Debug": "4.0.11",
+ "System.Globalization": "4.0.11",
+ "System.Resources.ResourceManager": "4.0.1",
+ "System.Runtime": "4.1.0",
+ "System.Runtime.Extensions": "4.1.0",
+ "System.Threading": "4.0.11"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Collections.NonGeneric.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard1.3/System.Collections.NonGeneric.dll": {}
+ }
+ },
+ "System.Collections.Specialized/4.0.1": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections.NonGeneric": "4.0.1",
+ "System.Globalization": "4.0.11",
+ "System.Globalization.Extensions": "4.0.1",
+ "System.Resources.ResourceManager": "4.0.1",
+ "System.Runtime": "4.1.0",
+ "System.Runtime.Extensions": "4.1.0",
+ "System.Threading": "4.0.11"
+ },
+ "compile": {
+ "ref/netstandard1.3/_._": {}
+ },
+ "runtime": {
+ "lib/netstandard1.3/System.Collections.Specialized.dll": {}
+ }
+ },
"System.ComponentModel/4.0.1": {
"type": "package",
"dependencies": {
@@ -599,7 +603,47 @@
"ref/netstandard1.4/System.ComponentModel.Annotations.dll": {}
},
"runtime": {
- "lib/netstandard1.4/System.ComponentModel.Annotations.dll": {}
+ "lib/netstandard1.4/_._": {}
+ }
+ },
+ "System.ComponentModel.Primitives/4.1.0": {
+ "type": "package",
+ "dependencies": {
+ "System.ComponentModel": "4.0.1",
+ "System.Resources.ResourceManager": "4.0.1",
+ "System.Runtime": "4.1.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.ComponentModel.Primitives.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {}
+ }
+ },
+ "System.ComponentModel.TypeConverter/4.1.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.11",
+ "System.Collections.NonGeneric": "4.0.1",
+ "System.Collections.Specialized": "4.0.1",
+ "System.ComponentModel": "4.0.1",
+ "System.ComponentModel.Primitives": "4.1.0",
+ "System.Globalization": "4.0.11",
+ "System.Linq": "4.1.0",
+ "System.Reflection": "4.1.0",
+ "System.Reflection.Extensions": "4.0.1",
+ "System.Reflection.Primitives": "4.0.1",
+ "System.Reflection.TypeExtensions": "4.1.0",
+ "System.Resources.ResourceManager": "4.0.1",
+ "System.Runtime": "4.1.0",
+ "System.Runtime.Extensions": "4.1.0",
+ "System.Threading": "4.0.11"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.ComponentModel.TypeConverter.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard1.5/System.ComponentModel.TypeConverter.dll": {}
}
},
"System.Console/4.0.0": {
@@ -615,6 +659,37 @@
"ref/netstandard1.3/System.Console.dll": {}
}
},
+ "System.Data.Common/4.1.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.11",
+ "System.Globalization": "4.0.11",
+ "System.IO": "4.1.0",
+ "System.Resources.ResourceManager": "4.0.1",
+ "System.Runtime": "4.1.0",
+ "System.Runtime.Extensions": "4.1.0",
+ "System.Text.RegularExpressions": "4.1.0",
+ "System.Threading.Tasks": "4.0.11"
+ },
+ "compile": {
+ "ref/netstandard1.2/System.Data.Common.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard1.2/System.Data.Common.dll": {}
+ }
+ },
+ "System.Diagnostics.Contracts/4.0.1": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.1.0"
+ },
+ "compile": {
+ "ref/netstandard1.0/System.Diagnostics.Contracts.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard1.0/System.Diagnostics.Contracts.dll": {}
+ }
+ },
"System.Diagnostics.Debug/4.0.11": {
"type": "package",
"dependencies": {
@@ -711,10 +786,10 @@
"System.Runtime.Extensions": "4.1.0"
},
"compile": {
- "ref/netstandard1.3/_._": {}
+ "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": {}
},
"runtime": {
- "lib/netstandard1.3/_._": {}
+ "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {}
}
},
"System.Diagnostics.Tools/4.0.1": {
@@ -728,6 +803,33 @@
"ref/netstandard1.0/System.Diagnostics.Tools.dll": {}
}
},
+ "System.Diagnostics.TraceSource/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1",
+ "System.Collections": "4.0.11",
+ "System.Diagnostics.Debug": "4.0.11",
+ "System.Globalization": "4.0.11",
+ "System.Resources.ResourceManager": "4.0.1",
+ "System.Runtime": "4.1.0",
+ "System.Runtime.Extensions": "4.1.0",
+ "System.Threading": "4.0.11",
+ "runtime.native.System": "4.0.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": {}
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
"System.Diagnostics.Tracing/4.1.0": {
"type": "package",
"dependencies": {
@@ -762,7 +864,7 @@
"ref/netstandard1.3/System.Dynamic.Runtime.dll": {}
},
"runtime": {
- "lib/netstandard1.3/System.Dynamic.Runtime.dll": {}
+ "lib/netstandard1.3/_._": {}
}
},
"System.Globalization/4.0.11": {
@@ -929,9 +1031,17 @@
"ref/netstandard1.3/System.IO.FileSystem.Watcher.dll": {}
},
"runtimeTargets": {
- "runtimes/osx/lib/netstandard1.3/_._": {
+ "runtimes/linux/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
+ "assetType": "runtime",
+ "rid": "linux"
+ },
+ "runtimes/osx/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
"assetType": "runtime",
"rid": "osx"
+ },
+ "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.Watcher.dll": {
+ "assetType": "runtime",
+ "rid": "win"
}
}
},
@@ -977,7 +1087,7 @@
"ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {}
},
"runtime": {
- "lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {}
+ "lib/netstandard1.3/_._": {}
}
},
"System.Linq/4.1.0": {
@@ -1042,7 +1152,7 @@
"ref/netstandard1.1/System.Linq.Parallel.dll": {}
},
"runtime": {
- "lib/netstandard1.3/System.Linq.Parallel.dll": {}
+ "lib/netstandard1.3/_._": {}
}
},
"System.Linq.Queryable/4.0.1": {
@@ -1061,7 +1171,7 @@
"ref/netstandard1.0/System.Linq.Queryable.dll": {}
},
"runtime": {
- "lib/netstandard1.3/System.Linq.Queryable.dll": {}
+ "lib/netstandard1.3/_._": {}
}
},
"System.Net.Http/4.1.0": {
@@ -1130,19 +1240,59 @@
"ref/netstandard1.3/System.Net.NameResolution.dll": {}
},
"runtimeTargets": {
- "runtimes/win/lib/netstandard1.3/_._": {
+ "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": {
"assetType": "runtime",
"rid": "win"
}
}
},
- "System.Net.NetworkInformation/4.0.0": {
+ "System.Net.NetworkInformation/4.1.0": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0"
+ "Microsoft.NETCore.Platforms": "1.0.1",
+ "Microsoft.Win32.Primitives": "4.0.1",
+ "System.Collections": "4.0.11",
+ "System.Diagnostics.Tracing": "4.1.0",
+ "System.Globalization": "4.0.11",
+ "System.IO": "4.1.0",
+ "System.IO.FileSystem": "4.0.1",
+ "System.IO.FileSystem.Primitives": "4.0.1",
+ "System.Linq": "4.1.0",
+ "System.Net.Primitives": "4.0.11",
+ "System.Net.Sockets": "4.1.0",
+ "System.Resources.ResourceManager": "4.0.1",
+ "System.Runtime": "4.1.0",
+ "System.Runtime.Extensions": "4.1.0",
+ "System.Runtime.Handles": "4.0.1",
+ "System.Runtime.InteropServices": "4.1.0",
+ "System.Security.Principal.Windows": "4.0.0",
+ "System.Threading": "4.0.11",
+ "System.Threading.Overlapped": "4.0.1",
+ "System.Threading.Tasks": "4.0.11",
+ "System.Threading.Thread": "4.0.0",
+ "System.Threading.ThreadPool": "4.0.10",
+ "runtime.native.System": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Net.NetworkInformation.dll": {}
+ "ref/netstandard1.3/System.Net.NetworkInformation.dll": {}
+ },
+ "runtimeTargets": {
+ "runtimes/linux/lib/netstandard1.3/System.Net.NetworkInformation.dll": {
+ "assetType": "runtime",
+ "rid": "linux"
+ },
+ "runtimes/osx/lib/netstandard1.3/System.Net.NetworkInformation.dll": {
+ "assetType": "runtime",
+ "rid": "osx"
+ },
+ "runtimes/win/lib/netstandard1.3/System.Net.NetworkInformation.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
}
},
"System.Net.Primitives/4.0.11": {
@@ -1178,7 +1328,11 @@
"ref/netstandard1.3/System.Net.Requests.dll": {}
},
"runtimeTargets": {
- "runtimes/win/lib/netstandard1.3/_._": {
+ "runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/netstandard1.3/System.Net.Requests.dll": {
"assetType": "runtime",
"rid": "win"
}
@@ -1252,7 +1406,7 @@
"ref/netstandard1.3/System.Net.WebHeaderCollection.dll": {}
},
"runtime": {
- "lib/netstandard1.3/_._": {}
+ "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {}
}
},
"System.Numerics.Vectors/4.1.1": {
@@ -1267,7 +1421,7 @@
"ref/netstandard1.0/System.Numerics.Vectors.dll": {}
},
"runtime": {
- "lib/netstandard1.0/System.Numerics.Vectors.dll": {}
+ "lib/netstandard1.0/_._": {}
}
},
"System.ObjectModel/4.0.12": {
@@ -1317,7 +1471,7 @@
"ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {}
},
"runtime": {
- "lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {}
+ "lib/netstandard1.3/_._": {}
}
},
"System.Reflection.Emit/4.0.1": {
@@ -1535,10 +1689,10 @@
"System.Runtime": "4.1.0"
},
"compile": {
- "ref/netstandard1.5/_._": {}
+ "ref/netstandard1.5/System.Runtime.Loader.dll": {}
},
"runtime": {
- "lib/netstandard1.5/_._": {}
+ "lib/netstandard1.5/System.Runtime.Loader.dll": {}
}
},
"System.Runtime.Numerics/4.0.1": {
@@ -1556,6 +1710,19 @@
"lib/netstandard1.3/System.Runtime.Numerics.dll": {}
}
},
+ "System.Runtime.Serialization.Primitives/4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "System.Resources.ResourceManager": "4.0.1",
+ "System.Runtime": "4.1.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
+ }
+ },
"System.Security.Claims/4.0.1": {
"type": "package",
"dependencies": {
@@ -1568,7 +1735,7 @@
"System.Security.Principal": "4.0.1"
},
"compile": {
- "ref/netstandard1.3/System.Security.Claims.dll": {}
+ "ref/netstandard1.3/_._": {}
},
"runtime": {
"lib/netstandard1.3/System.Security.Claims.dll": {}
@@ -1820,7 +1987,11 @@
"ref/netstandard1.3/_._": {}
},
"runtimeTargets": {
- "runtimes/win/lib/netstandard1.3/_._": {
+ "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
"assetType": "runtime",
"rid": "win"
}
@@ -1917,7 +2088,11 @@
"ref/netstandard1.3/_._": {}
},
"runtimeTargets": {
- "runtimes/win/lib/netstandard1.3/_._": {
+ "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": {
"assetType": "runtime",
"rid": "win"
}
@@ -1953,7 +2128,7 @@
"lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {}
},
"runtime": {
- "lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {}
+ "lib/netstandard1.1/_._": {}
}
},
"System.Threading.Tasks.Extensions/4.0.0": {
@@ -1986,7 +2161,7 @@
"ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {}
},
"runtime": {
- "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {}
+ "lib/netstandard1.3/_._": {}
}
},
"System.Threading.Thread/4.0.0": {
@@ -1998,7 +2173,7 @@
"ref/netstandard1.3/System.Threading.Thread.dll": {}
},
"runtime": {
- "lib/netstandard1.3/_._": {}
+ "lib/netstandard1.3/System.Threading.Thread.dll": {}
}
},
"System.Threading.ThreadPool/4.0.10": {
@@ -2011,7 +2186,7 @@
"ref/netstandard1.3/System.Threading.ThreadPool.dll": {}
},
"runtime": {
- "lib/netstandard1.3/_._": {}
+ "lib/netstandard1.3/System.Threading.ThreadPool.dll": {}
}
},
"System.Threading.Timer/4.0.1": {
@@ -2089,10 +2264,38 @@
"System.Xml.ReaderWriter": "4.0.11"
},
"compile": {
- "ref/netstandard1.3/_._": {}
+ "ref/netstandard1.3/System.Xml.XmlDocument.dll": {}
},
"runtime": {
- "lib/netstandard1.3/_._": {}
+ "lib/netstandard1.3/System.Xml.XmlDocument.dll": {}
+ }
+ },
+ "System.Xml.XmlSerializer/4.0.11": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.11",
+ "System.Globalization": "4.0.11",
+ "System.IO": "4.1.0",
+ "System.Linq": "4.1.0",
+ "System.Reflection": "4.1.0",
+ "System.Reflection.Emit": "4.0.1",
+ "System.Reflection.Emit.ILGeneration": "4.0.1",
+ "System.Reflection.Extensions": "4.0.1",
+ "System.Reflection.Primitives": "4.0.1",
+ "System.Reflection.TypeExtensions": "4.1.0",
+ "System.Resources.ResourceManager": "4.0.1",
+ "System.Runtime": "4.1.0",
+ "System.Runtime.Extensions": "4.1.0",
+ "System.Text.RegularExpressions": "4.1.0",
+ "System.Threading": "4.0.11",
+ "System.Xml.ReaderWriter": "4.0.11",
+ "System.Xml.XmlDocument": "4.0.1"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Xml.XmlSerializer.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard1.3/System.Xml.XmlSerializer.dll": {}
}
},
"System.Xml.XPath/4.0.1": {
@@ -2137,10 +2340,10 @@
},
"BDInfo/1.0.0": {
"type": "project",
- "framework": ".NETPlatform,Version=v5.0",
+ "framework": ".NETStandard,Version=v1.6",
"dependencies": {
- "Microsoft.NETCore": "5.0.0",
- "Microsoft.NETCore.Portable.Compatibility": "1.0.0"
+ "MediaBrowser.Model": "1.0.0",
+ "NETStandard.Library": "1.6.0"
}
},
"DvdLib/1.0.0": {
@@ -2151,6 +2354,57 @@
"NETStandard.Library": "1.6.0"
}
},
+ "Emby.Common.Implementations/1.0.0": {
+ "type": "project",
+ "framework": ".NETStandard,Version=v1.6",
+ "dependencies": {
+ "MediaBrowser.Common": "1.0.0",
+ "MediaBrowser.Model": "1.0.0",
+ "NETStandard.Library": "1.6.0",
+ "NLog": "4.4.0-betaV15",
+ "SimpleInjector": "3.2.4",
+ "System.Net.Http": "4.1.0",
+ "System.Net.NameResolution": "4.0.0",
+ "System.Net.NetworkInformation": "4.1.0",
+ "System.Net.Primitives": "4.0.11",
+ "System.Net.Requests": "4.0.11",
+ "System.Net.Sockets": "4.1.0",
+ "System.Reflection": "4.1.0",
+ "System.Reflection.Primitives": "4.0.1",
+ "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
+ "System.Runtime.Loader": "4.0.0",
+ "System.Xml.XmlSerializer": "4.0.11"
+ },
+ "compile": {
+ "netstandard1.6/Emby.Common.Implementations.dll": {}
+ },
+ "runtime": {
+ "netstandard1.6/Emby.Common.Implementations.dll": {}
+ }
+ },
+ "Emby.Dlna/1.0.0": {
+ "type": "project",
+ "framework": ".NETStandard,Version=v1.6",
+ "dependencies": {
+ "MediaBrowser.Common": "1.0.0",
+ "MediaBrowser.Controller": "1.0.0",
+ "MediaBrowser.Model": "1.0.0",
+ "NETStandard.Library": "1.6.0",
+ "RSSDP": "1.0.0",
+ "System.Reflection": "4.1.0",
+ "System.Reflection.Primitives": "4.0.1",
+ "System.Runtime.Loader": "4.0.0",
+ "System.Xml.XDocument": "4.0.11",
+ "System.Xml.XmlDocument": "4.0.1",
+ "System.Xml.XmlSerializer": "4.0.11"
+ },
+ "compile": {
+ "netstandard1.6/Emby.Dlna.dll": {}
+ },
+ "runtime": {
+ "netstandard1.6/Emby.Dlna.dll": {}
+ }
+ },
"MediaBrowser.Common/1.0.0": {
"type": "project",
"framework": ".NETStandard,Version=v1.6",
@@ -2168,6 +2422,16 @@
"NETStandard.Library": "1.6.0"
}
},
+ "MediaBrowser.LocalMetadata/1.0.0": {
+ "type": "project",
+ "framework": ".NETStandard,Version=v1.6",
+ "dependencies": {
+ "MediaBrowser.Common": "1.0.0",
+ "MediaBrowser.Controller": "1.0.0",
+ "MediaBrowser.Model": "1.0.0",
+ "NETStandard.Library": "1.6.0"
+ }
+ },
"MediaBrowser.Model/1.0.0": {
"type": "project",
"framework": ".NETStandard,Version=v1.6",
@@ -2206,14 +2470,60 @@
"NETStandard.Library": "1.6.0"
}
},
+ "Mono.Nat/1.0.0": {
+ "type": "project",
+ "framework": ".NETStandard,Version=v1.6",
+ "dependencies": {
+ "MediaBrowser.Common": "1.0.0",
+ "MediaBrowser.Model": "1.0.0",
+ "NETStandard.Library": "1.6.0",
+ "System.Net.NetworkInformation": "4.1.0"
+ },
+ "compile": {
+ "netstandard1.6/Mono.Nat.dll": {}
+ },
+ "runtime": {
+ "netstandard1.6/Mono.Nat.dll": {}
+ }
+ },
"OpenSubtitlesHandler/1.0.0": {
"type": "project",
- "framework": ".NETPlatform,Version=v5.0",
+ "framework": ".NETStandard,Version=v1.6",
"dependencies": {
"MediaBrowser.Common": "1.0.0",
"MediaBrowser.Model": "1.0.0",
- "Microsoft.NETCore": "5.0.0",
- "Microsoft.NETCore.Portable.Compatibility": "1.0.0"
+ "NETStandard.Library": "1.6.0"
+ }
+ },
+ "RSSDP/1.0.0": {
+ "type": "project",
+ "framework": ".NETStandard,Version=v1.6",
+ "dependencies": {
+ "NETStandard.Library": "1.6.0",
+ "System.Collections": "4.0.11",
+ "System.Diagnostics.Debug": "4.0.11",
+ "System.Diagnostics.Tools": "4.0.1",
+ "System.IO": "4.1.0",
+ "System.Linq": "4.1.0",
+ "System.Net.Http": "4.1.0",
+ "System.Net.Primitives": "4.0.11",
+ "System.Net.Sockets": "4.1.0",
+ "System.Resources.ResourceManager": "4.0.1",
+ "System.Runtime": "4.1.0",
+ "System.Runtime.Extensions": "4.1.0",
+ "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
+ "System.Text.Encoding": "4.0.11",
+ "System.Text.Encoding.Extensions": "4.0.11",
+ "System.Threading": "4.0.11",
+ "System.Threading.Tasks": "4.0.11",
+ "System.Threading.Timer": "4.0.1",
+ "System.Xml.ReaderWriter": "4.0.11"
+ },
+ "compile": {
+ "netstandard1.6/RSSDP.dll": {}
+ },
+ "runtime": {
+ "netstandard1.6/RSSDP.dll": {}
}
}
}
@@ -2358,14 +2668,17 @@
"ref/xamarinwatchos10/_._"
]
},
- "Microsoft.NETCore/5.0.0": {
- "sha512": "QQMp0yYQbIdfkKhdEE6Umh2Xonau7tasG36Trw/YlHoWgYQLp7T9L+ZD8EPvdj5ubRhtOuKEKwM7HMpkagB9ZA==",
+ "Microsoft.Extensions.PlatformAbstractions/1.0.0": {
+ "sha512": "zyjUzrOmuevOAJpIo3Mt5GmpALVYCVdLZ99keMbmCxxgQH7oxzU58kGHzE6hAgYEiWsdfMJLjVR7r+vSmaJmtg==",
"type": "package",
- "path": "Microsoft.NETCore/5.0.0",
+ "path": "Microsoft.Extensions.PlatformAbstractions/1.0.0",
"files": [
- "Microsoft.NETCore.5.0.0.nupkg.sha512",
- "Microsoft.NETCore.nuspec",
- "_._"
+ "Microsoft.Extensions.PlatformAbstractions.1.0.0.nupkg.sha512",
+ "Microsoft.Extensions.PlatformAbstractions.nuspec",
+ "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll",
+ "lib/net451/Microsoft.Extensions.PlatformAbstractions.xml",
+ "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.dll",
+ "lib/netstandard1.3/Microsoft.Extensions.PlatformAbstractions.xml"
]
},
"Microsoft.NETCore.App/1.0.1": {
@@ -2441,96 +2754,6 @@
"runtime.json"
]
},
- "Microsoft.NETCore.Portable.Compatibility/1.0.0": {
- "sha512": "5/IFqf2zN1jzktRJitxO+5kQ+0AilcIbPvSojSJwDG3cGNSMZg44LXLB5E9RkSETE0Wh4QoALdNh1koKoF7/mA==",
- "type": "package",
- "path": "Microsoft.NETCore.Portable.Compatibility/1.0.0",
- "files": [
- "Microsoft.NETCore.Portable.Compatibility.1.0.0.nupkg.sha512",
- "Microsoft.NETCore.Portable.Compatibility.nuspec",
- "lib/dnxcore50/System.ComponentModel.DataAnnotations.dll",
- "lib/dnxcore50/System.Core.dll",
- "lib/dnxcore50/System.Net.dll",
- "lib/dnxcore50/System.Numerics.dll",
- "lib/dnxcore50/System.Runtime.Serialization.dll",
- "lib/dnxcore50/System.ServiceModel.Web.dll",
- "lib/dnxcore50/System.ServiceModel.dll",
- "lib/dnxcore50/System.Windows.dll",
- "lib/dnxcore50/System.Xml.Linq.dll",
- "lib/dnxcore50/System.Xml.Serialization.dll",
- "lib/dnxcore50/System.Xml.dll",
- "lib/dnxcore50/System.dll",
- "lib/net45/_._",
- "lib/netcore50/System.ComponentModel.DataAnnotations.dll",
- "lib/netcore50/System.Core.dll",
- "lib/netcore50/System.Net.dll",
- "lib/netcore50/System.Numerics.dll",
- "lib/netcore50/System.Runtime.Serialization.dll",
- "lib/netcore50/System.ServiceModel.Web.dll",
- "lib/netcore50/System.ServiceModel.dll",
- "lib/netcore50/System.Windows.dll",
- "lib/netcore50/System.Xml.Linq.dll",
- "lib/netcore50/System.Xml.Serialization.dll",
- "lib/netcore50/System.Xml.dll",
- "lib/netcore50/System.dll",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
- "ref/dotnet/System.ComponentModel.DataAnnotations.dll",
- "ref/dotnet/System.Core.dll",
- "ref/dotnet/System.Net.dll",
- "ref/dotnet/System.Numerics.dll",
- "ref/dotnet/System.Runtime.Serialization.dll",
- "ref/dotnet/System.ServiceModel.Web.dll",
- "ref/dotnet/System.ServiceModel.dll",
- "ref/dotnet/System.Windows.dll",
- "ref/dotnet/System.Xml.Linq.dll",
- "ref/dotnet/System.Xml.Serialization.dll",
- "ref/dotnet/System.Xml.dll",
- "ref/dotnet/System.dll",
- "ref/dotnet/mscorlib.dll",
- "ref/net45/_._",
- "ref/netcore50/System.ComponentModel.DataAnnotations.dll",
- "ref/netcore50/System.Core.dll",
- "ref/netcore50/System.Net.dll",
- "ref/netcore50/System.Numerics.dll",
- "ref/netcore50/System.Runtime.Serialization.dll",
- "ref/netcore50/System.ServiceModel.Web.dll",
- "ref/netcore50/System.ServiceModel.dll",
- "ref/netcore50/System.Windows.dll",
- "ref/netcore50/System.Xml.Linq.dll",
- "ref/netcore50/System.Xml.Serialization.dll",
- "ref/netcore50/System.Xml.dll",
- "ref/netcore50/System.dll",
- "ref/netcore50/mscorlib.dll",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
- "runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll",
- "runtimes/aot/lib/netcore50/System.Core.dll",
- "runtimes/aot/lib/netcore50/System.Net.dll",
- "runtimes/aot/lib/netcore50/System.Numerics.dll",
- "runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll",
- "runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll",
- "runtimes/aot/lib/netcore50/System.ServiceModel.dll",
- "runtimes/aot/lib/netcore50/System.Windows.dll",
- "runtimes/aot/lib/netcore50/System.Xml.Linq.dll",
- "runtimes/aot/lib/netcore50/System.Xml.Serialization.dll",
- "runtimes/aot/lib/netcore50/System.Xml.dll",
- "runtimes/aot/lib/netcore50/System.dll",
- "runtimes/aot/lib/netcore50/mscorlib.dll"
- ]
- },
- "Microsoft.NETCore.Runtime/1.0.0": {
- "sha512": "AjaMNpXLW4miEQorIqyn6iQ+BZBId6qXkhwyeh1vl6kXLqosZusbwmLNlvj/xllSQrd3aImJbvlHusam85g+xQ==",
- "type": "package",
- "path": "Microsoft.NETCore.Runtime/1.0.0",
- "files": [
- "Microsoft.NETCore.Runtime.1.0.0.nupkg.sha512",
- "Microsoft.NETCore.Runtime.nuspec",
- "runtime.json"
- ]
- },
"Microsoft.NETCore.Runtime.CoreCLR/1.0.4": {
"sha512": "KSyygLUH9AbiXs+NHaQdouxX0TXby30Pxh95/M2PyPdDENmgpNpvSA7MEgOmSWqAV0f1RUaoWtFhMd1KA5Xr+w==",
"type": "package",
@@ -2686,6 +2909,35 @@
"dotnet_library_license.txt"
]
},
+ "NLog/4.4.0-betav15": {
+ "sha512": "LDRcdjv5VG9EWz+mnFqdSolUci+j+DBPIPjm7Xdam3xa1F9Rt7o0UpYoCnNRulqHzpKbU704o7Ad4ck9WxDhnw==",
+ "type": "package",
+ "path": "NLog/4.4.0-betav15",
+ "files": [
+ "NLog.4.4.0-betav15.nupkg.sha512",
+ "NLog.nuspec",
+ "lib/monoandroid23/NLog.dll",
+ "lib/monoandroid23/NLog.xml",
+ "lib/net35/NLog.dll",
+ "lib/net35/NLog.xml",
+ "lib/net40/NLog.dll",
+ "lib/net40/NLog.xml",
+ "lib/net45/NLog.dll",
+ "lib/net45/NLog.xml",
+ "lib/netstandard1.3/NLog.dll",
+ "lib/netstandard1.3/NLog.xml",
+ "lib/netstandard1.5/NLog.dll",
+ "lib/netstandard1.5/NLog.xml",
+ "lib/sl40/NLog.dll",
+ "lib/sl40/NLog.xml",
+ "lib/sl50/NLog.dll",
+ "lib/sl50/NLog.xml",
+ "lib/wp80/NLog.dll",
+ "lib/wp80/NLog.xml",
+ "lib/xamarinios10/NLog.dll",
+ "lib/xamarinios10/NLog.xml"
+ ]
+ },
"runtime.native.System/4.0.0": {
"sha512": "QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
"type": "package",
@@ -2746,6 +2998,23 @@
"runtime.native.System.Security.Cryptography.nuspec"
]
},
+ "SimpleInjector/3.2.4": {
+ "sha512": "T7yPxSLKOsNjZc6O356roS756eue+5xl+g/L7t5+pjb5FCqzUFzMDbCwKELy1AmGj16rCvwMsY+/u/TOJgUXNg==",
+ "type": "package",
+ "path": "SimpleInjector/3.2.4",
+ "files": [
+ "SimpleInjector.3.2.4.nupkg.sha512",
+ "SimpleInjector.nuspec",
+ "lib/net40-client/SimpleInjector.dll",
+ "lib/net40-client/SimpleInjector.xml",
+ "lib/net45/SimpleInjector.dll",
+ "lib/net45/SimpleInjector.xml",
+ "lib/netstandard1.0/SimpleInjector.dll",
+ "lib/netstandard1.0/SimpleInjector.xml",
+ "lib/portable-net4+sl4+wp8+win8+wpa81/SimpleInjector.dll",
+ "lib/portable-net4+sl4+wp8+win8+wpa81/SimpleInjector.xml"
+ ]
+ },
"System.AppContext/4.1.0": {
"sha512": "3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
"type": "package",
@@ -2959,6 +3228,80 @@
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml"
]
},
+ "System.Collections.NonGeneric/4.0.1": {
+ "sha512": "hMxFT2RhhlffyCdKLDXjx8WEC5JfCvNozAZxCablAuFRH74SCV4AgzE8yJCh/73bFnEoZgJ9MJmkjQ0dJmnKqA==",
+ "type": "package",
+ "path": "System.Collections.NonGeneric/4.0.1",
+ "files": [
+ "System.Collections.NonGeneric.4.0.1.nupkg.sha512",
+ "System.Collections.NonGeneric.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Collections.NonGeneric.dll",
+ "lib/netstandard1.3/System.Collections.NonGeneric.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/System.Collections.NonGeneric.dll",
+ "ref/netstandard1.3/System.Collections.NonGeneric.dll",
+ "ref/netstandard1.3/System.Collections.NonGeneric.xml",
+ "ref/netstandard1.3/de/System.Collections.NonGeneric.xml",
+ "ref/netstandard1.3/es/System.Collections.NonGeneric.xml",
+ "ref/netstandard1.3/fr/System.Collections.NonGeneric.xml",
+ "ref/netstandard1.3/it/System.Collections.NonGeneric.xml",
+ "ref/netstandard1.3/ja/System.Collections.NonGeneric.xml",
+ "ref/netstandard1.3/ko/System.Collections.NonGeneric.xml",
+ "ref/netstandard1.3/ru/System.Collections.NonGeneric.xml",
+ "ref/netstandard1.3/zh-hans/System.Collections.NonGeneric.xml",
+ "ref/netstandard1.3/zh-hant/System.Collections.NonGeneric.xml",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
+ "System.Collections.Specialized/4.0.1": {
+ "sha512": "/HKQyVP0yH1I0YtK7KJL/28snxHNH/bi+0lgk/+MbURF6ULhAE31MDI+NZDerNWu264YbxklXCCygISgm+HMug==",
+ "type": "package",
+ "path": "System.Collections.Specialized/4.0.1",
+ "files": [
+ "System.Collections.Specialized.4.0.1.nupkg.sha512",
+ "System.Collections.Specialized.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Collections.Specialized.dll",
+ "lib/netstandard1.3/System.Collections.Specialized.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/System.Collections.Specialized.dll",
+ "ref/netstandard1.3/System.Collections.Specialized.dll",
+ "ref/netstandard1.3/System.Collections.Specialized.xml",
+ "ref/netstandard1.3/de/System.Collections.Specialized.xml",
+ "ref/netstandard1.3/es/System.Collections.Specialized.xml",
+ "ref/netstandard1.3/fr/System.Collections.Specialized.xml",
+ "ref/netstandard1.3/it/System.Collections.Specialized.xml",
+ "ref/netstandard1.3/ja/System.Collections.Specialized.xml",
+ "ref/netstandard1.3/ko/System.Collections.Specialized.xml",
+ "ref/netstandard1.3/ru/System.Collections.Specialized.xml",
+ "ref/netstandard1.3/zh-hans/System.Collections.Specialized.xml",
+ "ref/netstandard1.3/zh-hant/System.Collections.Specialized.xml",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
"System.ComponentModel/4.0.1": {
"sha512": "u9Ie+qRg4BhhBIyd/YTWr1kdwZfF7P63R3L1thKoZ8O1had+gHX+M1p7QD4plCVa9CBQBxlqS4Fttpyxo2DtKw==",
"type": "package",
@@ -3093,6 +3436,94 @@
"ref/xamarinwatchos10/_._"
]
},
+ "System.ComponentModel.Primitives/4.1.0": {
+ "sha512": "sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==",
+ "type": "package",
+ "path": "System.ComponentModel.Primitives/4.1.0",
+ "files": [
+ "System.ComponentModel.Primitives.4.1.0.nupkg.sha512",
+ "System.ComponentModel.Primitives.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/System.ComponentModel.Primitives.dll",
+ "lib/netstandard1.0/System.ComponentModel.Primitives.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/System.ComponentModel.Primitives.dll",
+ "ref/netstandard1.0/System.ComponentModel.Primitives.dll",
+ "ref/netstandard1.0/System.ComponentModel.Primitives.xml",
+ "ref/netstandard1.0/de/System.ComponentModel.Primitives.xml",
+ "ref/netstandard1.0/es/System.ComponentModel.Primitives.xml",
+ "ref/netstandard1.0/fr/System.ComponentModel.Primitives.xml",
+ "ref/netstandard1.0/it/System.ComponentModel.Primitives.xml",
+ "ref/netstandard1.0/ja/System.ComponentModel.Primitives.xml",
+ "ref/netstandard1.0/ko/System.ComponentModel.Primitives.xml",
+ "ref/netstandard1.0/ru/System.ComponentModel.Primitives.xml",
+ "ref/netstandard1.0/zh-hans/System.ComponentModel.Primitives.xml",
+ "ref/netstandard1.0/zh-hant/System.ComponentModel.Primitives.xml",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
+ "System.ComponentModel.TypeConverter/4.1.0": {
+ "sha512": "MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==",
+ "type": "package",
+ "path": "System.ComponentModel.TypeConverter/4.1.0",
+ "files": [
+ "System.ComponentModel.TypeConverter.4.1.0.nupkg.sha512",
+ "System.ComponentModel.TypeConverter.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/System.ComponentModel.TypeConverter.dll",
+ "lib/net462/System.ComponentModel.TypeConverter.dll",
+ "lib/netstandard1.0/System.ComponentModel.TypeConverter.dll",
+ "lib/netstandard1.5/System.ComponentModel.TypeConverter.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/System.ComponentModel.TypeConverter.dll",
+ "ref/net462/System.ComponentModel.TypeConverter.dll",
+ "ref/netstandard1.0/System.ComponentModel.TypeConverter.dll",
+ "ref/netstandard1.0/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.0/de/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.0/es/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.0/fr/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.0/it/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.0/ja/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.0/ko/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.0/ru/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.0/zh-hans/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.0/zh-hant/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.5/System.ComponentModel.TypeConverter.dll",
+ "ref/netstandard1.5/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.5/de/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.5/es/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.5/fr/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.5/it/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.5/ja/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.5/ko/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.5/ru/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.5/zh-hans/System.ComponentModel.TypeConverter.xml",
+ "ref/netstandard1.5/zh-hant/System.ComponentModel.TypeConverter.xml",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
"System.Console/4.0.0": {
"sha512": "qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
"type": "package",
@@ -3129,6 +3560,113 @@
"ref/xamarinwatchos10/_._"
]
},
+ "System.Data.Common/4.1.0": {
+ "sha512": "epU8jeTe7aE7RqGHq9rZ8b0Q4Ah7DgubzHQblgZMSqgW1saW868WmooSyC5ywf8upLBkcVLDu93W9GPWUYsU2Q==",
+ "type": "package",
+ "path": "System.Data.Common/4.1.0",
+ "files": [
+ "System.Data.Common.4.1.0.nupkg.sha512",
+ "System.Data.Common.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net451/System.Data.Common.dll",
+ "lib/netstandard1.2/System.Data.Common.dll",
+ "lib/portable-net451+win8+wp8+wpa81/System.Data.Common.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net451/System.Data.Common.dll",
+ "ref/netstandard1.2/System.Data.Common.dll",
+ "ref/netstandard1.2/System.Data.Common.xml",
+ "ref/netstandard1.2/de/System.Data.Common.xml",
+ "ref/netstandard1.2/es/System.Data.Common.xml",
+ "ref/netstandard1.2/fr/System.Data.Common.xml",
+ "ref/netstandard1.2/it/System.Data.Common.xml",
+ "ref/netstandard1.2/ja/System.Data.Common.xml",
+ "ref/netstandard1.2/ko/System.Data.Common.xml",
+ "ref/netstandard1.2/ru/System.Data.Common.xml",
+ "ref/netstandard1.2/zh-hans/System.Data.Common.xml",
+ "ref/netstandard1.2/zh-hant/System.Data.Common.xml",
+ "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.dll",
+ "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.xml",
+ "ref/portable-net451+win8+wp8+wpa81/de/System.Data.Common.xml",
+ "ref/portable-net451+win8+wp8+wpa81/es/System.Data.Common.xml",
+ "ref/portable-net451+win8+wp8+wpa81/fr/System.Data.Common.xml",
+ "ref/portable-net451+win8+wp8+wpa81/it/System.Data.Common.xml",
+ "ref/portable-net451+win8+wp8+wpa81/ja/System.Data.Common.xml",
+ "ref/portable-net451+win8+wp8+wpa81/ko/System.Data.Common.xml",
+ "ref/portable-net451+win8+wp8+wpa81/ru/System.Data.Common.xml",
+ "ref/portable-net451+win8+wp8+wpa81/zh-hans/System.Data.Common.xml",
+ "ref/portable-net451+win8+wp8+wpa81/zh-hant/System.Data.Common.xml",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._"
+ ]
+ },
+ "System.Diagnostics.Contracts/4.0.1": {
+ "sha512": "HvQQjy712vnlpPxaloZYkuE78Gn353L0SJLJVeLcNASeg9c4qla2a1Xq8I7B3jZoDzKPtHTkyVO7AZ5tpeQGuA==",
+ "type": "package",
+ "path": "System.Diagnostics.Contracts/4.0.1",
+ "files": [
+ "System.Diagnostics.Contracts.4.0.1.nupkg.sha512",
+ "System.Diagnostics.Contracts.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/_._",
+ "lib/netcore50/System.Diagnostics.Contracts.dll",
+ "lib/netstandard1.0/System.Diagnostics.Contracts.dll",
+ "lib/portable-net45+win8+wp8+wpa81/_._",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/_._",
+ "ref/netcore50/System.Diagnostics.Contracts.dll",
+ "ref/netcore50/System.Diagnostics.Contracts.xml",
+ "ref/netcore50/de/System.Diagnostics.Contracts.xml",
+ "ref/netcore50/es/System.Diagnostics.Contracts.xml",
+ "ref/netcore50/fr/System.Diagnostics.Contracts.xml",
+ "ref/netcore50/it/System.Diagnostics.Contracts.xml",
+ "ref/netcore50/ja/System.Diagnostics.Contracts.xml",
+ "ref/netcore50/ko/System.Diagnostics.Contracts.xml",
+ "ref/netcore50/ru/System.Diagnostics.Contracts.xml",
+ "ref/netcore50/zh-hans/System.Diagnostics.Contracts.xml",
+ "ref/netcore50/zh-hant/System.Diagnostics.Contracts.xml",
+ "ref/netstandard1.0/System.Diagnostics.Contracts.dll",
+ "ref/netstandard1.0/System.Diagnostics.Contracts.xml",
+ "ref/netstandard1.0/de/System.Diagnostics.Contracts.xml",
+ "ref/netstandard1.0/es/System.Diagnostics.Contracts.xml",
+ "ref/netstandard1.0/fr/System.Diagnostics.Contracts.xml",
+ "ref/netstandard1.0/it/System.Diagnostics.Contracts.xml",
+ "ref/netstandard1.0/ja/System.Diagnostics.Contracts.xml",
+ "ref/netstandard1.0/ko/System.Diagnostics.Contracts.xml",
+ "ref/netstandard1.0/ru/System.Diagnostics.Contracts.xml",
+ "ref/netstandard1.0/zh-hans/System.Diagnostics.Contracts.xml",
+ "ref/netstandard1.0/zh-hant/System.Diagnostics.Contracts.xml",
+ "ref/portable-net45+win8+wp8+wpa81/_._",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "runtimes/aot/lib/netcore50/System.Diagnostics.Contracts.dll"
+ ]
+ },
"System.Diagnostics.Debug/4.0.11": {
"sha512": "w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
"type": "package",
@@ -3402,6 +3940,45 @@
"ref/xamarinwatchos10/_._"
]
},
+ "System.Diagnostics.TraceSource/4.0.0": {
+ "sha512": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==",
+ "type": "package",
+ "path": "System.Diagnostics.TraceSource/4.0.0",
+ "files": [
+ "System.Diagnostics.TraceSource.4.0.0.nupkg.sha512",
+ "System.Diagnostics.TraceSource.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Diagnostics.TraceSource.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/System.Diagnostics.TraceSource.dll",
+ "ref/netstandard1.3/System.Diagnostics.TraceSource.dll",
+ "ref/netstandard1.3/System.Diagnostics.TraceSource.xml",
+ "ref/netstandard1.3/de/System.Diagnostics.TraceSource.xml",
+ "ref/netstandard1.3/es/System.Diagnostics.TraceSource.xml",
+ "ref/netstandard1.3/fr/System.Diagnostics.TraceSource.xml",
+ "ref/netstandard1.3/it/System.Diagnostics.TraceSource.xml",
+ "ref/netstandard1.3/ja/System.Diagnostics.TraceSource.xml",
+ "ref/netstandard1.3/ko/System.Diagnostics.TraceSource.xml",
+ "ref/netstandard1.3/ru/System.Diagnostics.TraceSource.xml",
+ "ref/netstandard1.3/zh-hans/System.Diagnostics.TraceSource.xml",
+ "ref/netstandard1.3/zh-hant/System.Diagnostics.TraceSource.xml",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll",
+ "runtimes/win/lib/net46/System.Diagnostics.TraceSource.dll",
+ "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll"
+ ]
+ },
"System.Diagnostics.Tracing/4.1.0": {
"sha512": "vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==",
"type": "package",
@@ -4460,43 +5037,77 @@
"runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll"
]
},
- "System.Net.NetworkInformation/4.0.0": {
- "sha512": "D68KCf5VK1G1GgFUwD901gU6cnMITksOdfdxUCt9ReCZfT1pigaDqjJ7XbiLAM4jm7TfZHB7g5mbOf1mbG3yBA==",
+ "System.Net.NetworkInformation/4.1.0": {
+ "sha512": "Q0rfeiW6QsiZuicGjrFA7cRr2+kXex0JIljTTxzI09GIftB8k+aNL31VsQD1sI2g31cw7UGDTgozA/FgeNSzsQ==",
"type": "package",
- "path": "System.Net.NetworkInformation/4.0.0",
+ "path": "System.Net.NetworkInformation/4.1.0",
"files": [
- "System.Net.NetworkInformation.4.0.0.nupkg.sha512",
+ "System.Net.NetworkInformation.4.1.0.nupkg.sha512",
"System.Net.NetworkInformation.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
- "lib/netcore50/System.Net.NetworkInformation.dll",
+ "lib/net46/System.Net.NetworkInformation.dll",
+ "lib/portable-net45+win8+wp8+wpa81/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
- "ref/dotnet/System.Net.NetworkInformation.dll",
- "ref/dotnet/System.Net.NetworkInformation.xml",
- "ref/dotnet/de/System.Net.NetworkInformation.xml",
- "ref/dotnet/es/System.Net.NetworkInformation.xml",
- "ref/dotnet/fr/System.Net.NetworkInformation.xml",
- "ref/dotnet/it/System.Net.NetworkInformation.xml",
- "ref/dotnet/ja/System.Net.NetworkInformation.xml",
- "ref/dotnet/ko/System.Net.NetworkInformation.xml",
- "ref/dotnet/ru/System.Net.NetworkInformation.xml",
- "ref/dotnet/zh-hans/System.Net.NetworkInformation.xml",
- "ref/dotnet/zh-hant/System.Net.NetworkInformation.xml",
"ref/net45/_._",
+ "ref/net46/System.Net.NetworkInformation.dll",
"ref/netcore50/System.Net.NetworkInformation.dll",
"ref/netcore50/System.Net.NetworkInformation.xml",
+ "ref/netcore50/de/System.Net.NetworkInformation.xml",
+ "ref/netcore50/es/System.Net.NetworkInformation.xml",
+ "ref/netcore50/fr/System.Net.NetworkInformation.xml",
+ "ref/netcore50/it/System.Net.NetworkInformation.xml",
+ "ref/netcore50/ja/System.Net.NetworkInformation.xml",
+ "ref/netcore50/ko/System.Net.NetworkInformation.xml",
+ "ref/netcore50/ru/System.Net.NetworkInformation.xml",
+ "ref/netcore50/zh-hans/System.Net.NetworkInformation.xml",
+ "ref/netcore50/zh-hant/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.0/System.Net.NetworkInformation.dll",
+ "ref/netstandard1.0/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.0/de/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.0/es/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.0/fr/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.0/it/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.0/ja/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.0/ko/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.0/ru/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.0/zh-hans/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.0/zh-hant/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.3/System.Net.NetworkInformation.dll",
+ "ref/netstandard1.3/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.3/de/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.3/es/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.3/fr/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.3/it/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.3/ja/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.3/ko/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.3/ru/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.3/zh-hans/System.Net.NetworkInformation.xml",
+ "ref/netstandard1.3/zh-hant/System.Net.NetworkInformation.xml",
+ "ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"ref/xamarinios10/_._",
- "ref/xamarinmac20/_._"
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "runtimes/linux/lib/netstandard1.3/System.Net.NetworkInformation.dll",
+ "runtimes/osx/lib/netstandard1.3/System.Net.NetworkInformation.dll",
+ "runtimes/win/lib/net46/System.Net.NetworkInformation.dll",
+ "runtimes/win/lib/netcore50/System.Net.NetworkInformation.dll",
+ "runtimes/win/lib/netstandard1.3/System.Net.NetworkInformation.dll"
]
},
"System.Net.Primitives/4.0.11": {
@@ -5726,6 +6337,77 @@
"ref/xamarinwatchos10/_._"
]
},
+ "System.Runtime.Serialization.Primitives/4.1.1": {
+ "sha512": "HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
+ "type": "package",
+ "path": "System.Runtime.Serialization.Primitives/4.1.1",
+ "files": [
+ "System.Runtime.Serialization.Primitives.4.1.1.nupkg.sha512",
+ "System.Runtime.Serialization.Primitives.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/_._",
+ "lib/net46/System.Runtime.Serialization.Primitives.dll",
+ "lib/netcore50/System.Runtime.Serialization.Primitives.dll",
+ "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll",
+ "lib/portable-net45+win8+wp8+wpa81/_._",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/_._",
+ "ref/net46/System.Runtime.Serialization.Primitives.dll",
+ "ref/netcore50/System.Runtime.Serialization.Primitives.dll",
+ "ref/netcore50/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml",
+ "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll",
+ "ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll",
+ "ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml",
+ "ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml",
+ "ref/portable-net45+win8+wp8+wpa81/_._",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll"
+ ]
+ },
"System.Security.Claims/4.0.1": {
"sha512": "sKjNOZOfEE4Xnt0Nz2X9o5J4pVFjQGMGSJkyA1maX5nXtTbZ47BAs7ea/uN7J0O1pLiPvhexoIV0Qj5sWDnNvA==",
"type": "package",
@@ -6875,6 +7557,75 @@
"ref/xamarinwatchos10/_._"
]
},
+ "System.Xml.XmlSerializer/4.0.11": {
+ "sha512": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
+ "type": "package",
+ "path": "System.Xml.XmlSerializer/4.0.11",
+ "files": [
+ "System.Xml.XmlSerializer.4.0.11.nupkg.sha512",
+ "System.Xml.XmlSerializer.nuspec",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/_._",
+ "lib/netcore50/System.Xml.XmlSerializer.dll",
+ "lib/netstandard1.3/System.Xml.XmlSerializer.dll",
+ "lib/portable-net45+win8+wp8+wpa81/_._",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/_._",
+ "ref/netcore50/System.Xml.XmlSerializer.dll",
+ "ref/netcore50/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/de/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/es/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/fr/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/it/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/ja/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/ko/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/ru/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml",
+ "ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/System.Xml.XmlSerializer.dll",
+ "ref/netstandard1.0/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/de/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/es/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/it/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/System.Xml.XmlSerializer.dll",
+ "ref/netstandard1.3/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/de/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/es/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/it/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml",
+ "ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml",
+ "ref/portable-net45+win8+wp8+wpa81/_._",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll"
+ ]
+ },
"System.Xml.XPath/4.0.1": {
"sha512": "GMuMSFe0FiCqr5lPIhea8WAo6B3UnbCIxoRcwdlriZM/+3pyQuI9AIsIKpobnk0dVbsK0o25EJOR0EFMhzJakg==",
"type": "package",
@@ -6959,6 +7710,16 @@
"path": "../../DvdLib/project.json",
"msbuildProject": "../../DvdLib/DvdLib.csproj"
},
+ "Emby.Common.Implementations/1.0.0": {
+ "type": "project",
+ "path": "../../Emby.Common.Implementations/project.json",
+ "msbuildProject": "../../Emby.Common.Implementations/Emby.Common.Implementations.xproj"
+ },
+ "Emby.Dlna/1.0.0": {
+ "type": "project",
+ "path": "../../Emby.Dlna/project.json",
+ "msbuildProject": "../../Emby.Dlna/Emby.Dlna.xproj"
+ },
"MediaBrowser.Common/1.0.0": {
"type": "project",
"path": "../../MediaBrowser.Common/project.json",
@@ -6969,6 +7730,11 @@
"path": "../../MediaBrowser.Controller/project.json",
"msbuildProject": "../../MediaBrowser.Controller/MediaBrowser.Controller.csproj"
},
+ "MediaBrowser.LocalMetadata/1.0.0": {
+ "type": "project",
+ "path": "../../MediaBrowser.LocalMetadata/project.json",
+ "msbuildProject": "../../MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj"
+ },
"MediaBrowser.Model/1.0.0": {
"type": "project",
"path": "../../MediaBrowser.Model/project.json",
@@ -6989,21 +7755,36 @@
"path": "../../MediaBrowser.XbmcMetadata/project.json",
"msbuildProject": "../../MediaBrowser.XbmcMetadata/MediaBrowser.XbmcMetadata.csproj"
},
+ "Mono.Nat/1.0.0": {
+ "type": "project",
+ "path": "../../Mono.Nat/project.json",
+ "msbuildProject": "../../Mono.Nat/Mono.Nat.xproj"
+ },
"OpenSubtitlesHandler/1.0.0": {
"type": "project",
"path": "../../OpenSubtitlesHandler/project.json",
"msbuildProject": "../../OpenSubtitlesHandler/OpenSubtitlesHandler.csproj"
+ },
+ "RSSDP/1.0.0": {
+ "type": "project",
+ "path": "../../RSSDP/project.json",
+ "msbuildProject": "../../RSSDP/RSSDP.xproj"
}
},
"projectFileDependencyGroups": {
"": [
- "Microsoft.NETCore.App >= 1.0.1"
+ "Emby.Common.Implementations >= 1.0.0-*",
+ "Emby.Dlna >= 1.0.0-*",
+ "Microsoft.NETCore.App >= 1.0.1",
+ "Mono.Nat >= 1.0.0-*",
+ "RSSDP >= 1.0.0-*"
],
".NETCoreApp,Version=v1.0": [
"BDInfo",
"DvdLib",
"MediaBrowser.Common",
"MediaBrowser.Controller",
+ "MediaBrowser.LocalMetadata",
"MediaBrowser.Model",
"MediaBrowser.Providers",
"MediaBrowser.WebDashboard",