update .net core solution

This commit is contained in:
Luke Pulverenti 2016-10-26 15:48:04 -04:00
parent 4094c11f85
commit d83cda0180
5 changed files with 360 additions and 17 deletions

View File

@ -24,6 +24,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.LocalMetadata"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.WebDashboard", "MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj", "{5624B7B5-B5A7-41D8-9F10-CC5611109619}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DvdLib", "DvdLib\DvdLib.csproj", "{713F42B5-878E-499D-A878-E4C652B1D5E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BDInfo", "BDInfo\BDInfo.csproj", "{88AE38DF-19D7-406F-A6A9-09527719A21E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Common.Implementations", "MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj", "{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -73,6 +79,24 @@ Global
{5624B7B5-B5A7-41D8-9F10-CC5611109619}.Release Mono|Any CPU.Build.0 = Release Mono|Any CPU
{5624B7B5-B5A7-41D8-9F10-CC5611109619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5624B7B5-B5A7-41D8-9F10-CC5611109619}.Release|Any CPU.Build.0 = Release|Any CPU
{713F42B5-878E-499D-A878-E4C652B1D5E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{713F42B5-878E-499D-A878-E4C652B1D5E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{713F42B5-878E-499D-A878-E4C652B1D5E8}.Release Mono|Any CPU.ActiveCfg = Release|Any CPU
{713F42B5-878E-499D-A878-E4C652B1D5E8}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{713F42B5-878E-499D-A878-E4C652B1D5E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{713F42B5-878E-499D-A878-E4C652B1D5E8}.Release|Any CPU.Build.0 = Release|Any CPU
{88AE38DF-19D7-406F-A6A9-09527719A21E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88AE38DF-19D7-406F-A6A9-09527719A21E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88AE38DF-19D7-406F-A6A9-09527719A21E}.Release Mono|Any CPU.ActiveCfg = Release|Any CPU
{88AE38DF-19D7-406F-A6A9-09527719A21E}.Release Mono|Any CPU.Build.0 = Release|Any CPU
{88AE38DF-19D7-406F-A6A9-09527719A21E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88AE38DF-19D7-406F-A6A9-09527719A21E}.Release|Any CPU.Build.0 = Release|Any CPU
{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}.Release Mono|Any CPU.ActiveCfg = Release Mono|Any CPU
{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}.Release Mono|Any CPU.Build.0 = Release Mono|Any CPU
{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -85,5 +109,8 @@ Global
{23499896-B135-4527-8574-C26E926EA99E} = {8ADD772F-F0A4-4A53-9B2F-AF4A4C585839}
{7EF9F3E0-697D-42F3-A08F-19DEB5F84392} = {8ADD772F-F0A4-4A53-9B2F-AF4A4C585839}
{5624B7B5-B5A7-41D8-9F10-CC5611109619} = {8ADD772F-F0A4-4A53-9B2F-AF4A4C585839}
{713F42B5-878E-499D-A878-E4C652B1D5E8} = {8ADD772F-F0A4-4A53-9B2F-AF4A4C585839}
{88AE38DF-19D7-406F-A6A9-09527719A21E} = {8ADD772F-F0A4-4A53-9B2F-AF4A4C585839}
{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D} = {8ADD772F-F0A4-4A53-9B2F-AF4A4C585839}
EndGlobalSection
EndGlobal

View File

@ -16,6 +16,8 @@
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\BDInfo\BDInfo.csproj" />
<ProjectReference Include="..\..\DvdLib\DvdLib.csproj" />
<ProjectReference Include="..\..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
<ProjectReference Include="..\..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
<ProjectReference Include="..\..\MediaBrowser.Model\MediaBrowser.Model.csproj" />

View File

@ -1,6 +1,40 @@
{
"version": 2,
"exports": {
"BDInfo/1.0.0": {
"type": "project",
"framework": ".NETFramework,Version=v4.6",
"compile": {
"bin/Debug/BDInfo.dll": {}
},
"runtime": {
"bin/Debug/BDInfo.dll": {}
},
"contentFiles": {
"bin/Debug/BDInfo.pdb": {
"buildAction": "None",
"codeLanguage": "any",
"copyToOutput": true
}
}
},
"DvdLib/1.0.0": {
"type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": {
"bin/Debug/DvdLib.dll": {}
},
"runtime": {
"bin/Debug/DvdLib.dll": {}
},
"contentFiles": {
"bin/Debug/DvdLib.pdb": {
"buildAction": "None",
"codeLanguage": "any",
"copyToOutput": true
}
}
},
"MediaBrowser.Common/1.0.0": {
"type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7",

View File

@ -15,6 +15,12 @@
"netcoreapp1.0": {
"imports": "dnxcore50",
"dependencies": {
"BDInfo": {
"target": "project"
},
"DvdLib": {
"target": "project"
},
"MediaBrowser.Common": {
"target": "project"
},

View File

@ -116,7 +116,67 @@
"ref/netstandard1.0/Microsoft.CSharp.dll": {}
},
"runtime": {
"lib/netstandard1.3/_._": {}
"lib/netstandard1.3/Microsoft.CSharp.dll": {}
}
},
"Microsoft.NETCore/5.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"
}
},
"Microsoft.NETCore.App/1.0.1": {
@ -198,6 +258,44 @@
"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": {
@ -241,7 +339,7 @@
"ref/netstandard1.1/Microsoft.VisualBasic.dll": {}
},
"runtime": {
"lib/netstandard1.3/_._": {}
"lib/netstandard1.3/Microsoft.VisualBasic.dll": {}
}
},
"Microsoft.Win32.Primitives/4.0.1": {
@ -467,7 +565,7 @@
"lib/netstandard1.0/System.Collections.Immutable.dll": {}
},
"runtime": {
"lib/netstandard1.0/_._": {}
"lib/netstandard1.0/System.Collections.Immutable.dll": {}
}
},
"System.ComponentModel/4.0.1": {
@ -479,7 +577,7 @@
"ref/netstandard1.0/System.ComponentModel.dll": {}
},
"runtime": {
"lib/netstandard1.3/_._": {}
"lib/netstandard1.3/System.ComponentModel.dll": {}
}
},
"System.ComponentModel.Annotations/4.1.0": {
@ -501,7 +599,7 @@
"ref/netstandard1.4/System.ComponentModel.Annotations.dll": {}
},
"runtime": {
"lib/netstandard1.4/_._": {}
"lib/netstandard1.4/System.ComponentModel.Annotations.dll": {}
}
},
"System.Console/4.0.0": {
@ -664,7 +762,7 @@
"ref/netstandard1.3/System.Dynamic.Runtime.dll": {}
},
"runtime": {
"lib/netstandard1.3/_._": {}
"lib/netstandard1.3/System.Dynamic.Runtime.dll": {}
}
},
"System.Globalization/4.0.11": {
@ -879,7 +977,7 @@
"ref/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {}
},
"runtime": {
"lib/netstandard1.3/_._": {}
"lib/netstandard1.3/System.IO.UnmanagedMemoryStream.dll": {}
}
},
"System.Linq/4.1.0": {
@ -944,7 +1042,7 @@
"ref/netstandard1.1/System.Linq.Parallel.dll": {}
},
"runtime": {
"lib/netstandard1.3/_._": {}
"lib/netstandard1.3/System.Linq.Parallel.dll": {}
}
},
"System.Linq.Queryable/4.0.1": {
@ -963,7 +1061,7 @@
"ref/netstandard1.0/System.Linq.Queryable.dll": {}
},
"runtime": {
"lib/netstandard1.3/_._": {}
"lib/netstandard1.3/System.Linq.Queryable.dll": {}
}
},
"System.Net.Http/4.1.0": {
@ -1038,6 +1136,15 @@
}
}
},
"System.Net.NetworkInformation/4.0.0": {
"type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Net.NetworkInformation.dll": {}
}
},
"System.Net.Primitives/4.0.11": {
"type": "package",
"dependencies": {
@ -1160,7 +1267,7 @@
"ref/netstandard1.0/System.Numerics.Vectors.dll": {}
},
"runtime": {
"lib/netstandard1.0/_._": {}
"lib/netstandard1.0/System.Numerics.Vectors.dll": {}
}
},
"System.ObjectModel/4.0.12": {
@ -1210,7 +1317,7 @@
"ref/netstandard1.3/System.Reflection.DispatchProxy.dll": {}
},
"runtime": {
"lib/netstandard1.3/_._": {}
"lib/netstandard1.3/System.Reflection.DispatchProxy.dll": {}
}
},
"System.Reflection.Emit/4.0.1": {
@ -1293,7 +1400,7 @@
"lib/netstandard1.1/System.Reflection.Metadata.dll": {}
},
"runtime": {
"lib/netstandard1.1/_._": {}
"lib/netstandard1.1/System.Reflection.Metadata.dll": {}
}
},
"System.Reflection.Primitives/4.0.1": {
@ -1461,10 +1568,10 @@
"System.Security.Principal": "4.0.1"
},
"compile": {
"ref/netstandard1.3/_._": {}
"ref/netstandard1.3/System.Security.Claims.dll": {}
},
"runtime": {
"lib/netstandard1.3/_._": {}
"lib/netstandard1.3/System.Security.Claims.dll": {}
}
},
"System.Security.Cryptography.Algorithms/4.2.0": {
@ -1688,7 +1795,7 @@
"ref/netstandard1.0/System.Security.Principal.dll": {}
},
"runtime": {
"lib/netstandard1.0/_._": {}
"lib/netstandard1.0/System.Security.Principal.dll": {}
}
},
"System.Security.Principal.Windows/4.0.0": {
@ -1846,7 +1953,7 @@
"lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {}
},
"runtime": {
"lib/netstandard1.1/_._": {}
"lib/netstandard1.1/System.Threading.Tasks.Dataflow.dll": {}
}
},
"System.Threading.Tasks.Extensions/4.0.0": {
@ -1879,7 +1986,7 @@
"ref/netstandard1.1/System.Threading.Tasks.Parallel.dll": {}
},
"runtime": {
"lib/netstandard1.3/_._": {}
"lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {}
}
},
"System.Threading.Thread/4.0.0": {
@ -2028,6 +2135,22 @@
"lib/netstandard1.3/_._": {}
}
},
"BDInfo/1.0.0": {
"type": "project",
"framework": ".NETPlatform,Version=v5.0",
"dependencies": {
"Microsoft.NETCore": "5.0.0",
"Microsoft.NETCore.Portable.Compatibility": "1.0.0"
}
},
"DvdLib/1.0.0": {
"type": "project",
"framework": ".NETStandard,Version=v1.6",
"dependencies": {
"MediaBrowser.Model": "1.0.0",
"NETStandard.Library": "1.6.0"
}
},
"MediaBrowser.Common/1.0.0": {
"type": "project",
"framework": ".NETStandard,Version=v1.6",
@ -2214,6 +2337,16 @@
"ref/xamarinwatchos10/_._"
]
},
"Microsoft.NETCore/5.0.0": {
"sha512": "QQMp0yYQbIdfkKhdEE6Umh2Xonau7tasG36Trw/YlHoWgYQLp7T9L+ZD8EPvdj5ubRhtOuKEKwM7HMpkagB9ZA==",
"type": "package",
"path": "Microsoft.NETCore/5.0.0",
"files": [
"Microsoft.NETCore.5.0.0.nupkg.sha512",
"Microsoft.NETCore.nuspec",
"_._"
]
},
"Microsoft.NETCore.App/1.0.1": {
"sha512": "RGtG5CcDtBryJbYa6dgkzx63tTypr4+cJYwkm4dws33m7UjL5JuR9UMsfnbwnMiytyHVFCtgwH5ElPD/BKkhXA==",
"type": "package",
@ -2287,6 +2420,96 @@
"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",
@ -4216,6 +4439,45 @@
"runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll"
]
},
"System.Net.NetworkInformation/4.0.0": {
"sha512": "D68KCf5VK1G1GgFUwD901gU6cnMITksOdfdxUCt9ReCZfT1pigaDqjJ7XbiLAM4jm7TfZHB7g5mbOf1mbG3yBA==",
"type": "package",
"path": "System.Net.NetworkInformation/4.0.0",
"files": [
"System.Net.NetworkInformation.4.0.0.nupkg.sha512",
"System.Net.NetworkInformation.nuspec",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
"lib/netcore50/System.Net.NetworkInformation.dll",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"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/netcore50/System.Net.NetworkInformation.dll",
"ref/netcore50/System.Net.NetworkInformation.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._"
]
},
"System.Net.Primitives/4.0.11": {
"sha512": "hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==",
"type": "package",
@ -6666,6 +6928,16 @@
"ref/xamarinwatchos10/_._"
]
},
"BDInfo/1.0.0": {
"type": "project",
"path": "../../BDInfo/project.json",
"msbuildProject": "../../BDInfo/BDInfo.csproj"
},
"DvdLib/1.0.0": {
"type": "project",
"path": "../../DvdLib/project.json",
"msbuildProject": "../../DvdLib/DvdLib.csproj"
},
"MediaBrowser.Common/1.0.0": {
"type": "project",
"path": "../../MediaBrowser.Common/project.json",
@ -6697,6 +6969,8 @@
"Microsoft.NETCore.App >= 1.0.1"
],
".NETCoreApp,Version=v1.0": [
"BDInfo",
"DvdLib",
"MediaBrowser.Common",
"MediaBrowser.Controller",
"MediaBrowser.Model",