You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
877 B
42 lines
877 B
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
"net46": {
|
|
"frameworkAssemblies": {
|
|
"System.Collections": "4.0.0.0",
|
|
"System.Net": "4.0.0.0",
|
|
"System.Runtime": "4.0.0.0",
|
|
"System.Threading": "4.0.0.0",
|
|
"System.Threading.Tasks": "4.0.0.0",
|
|
"System.Xml": "4.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"MediaBrowser.Common": {
|
|
"target": "project"
|
|
},
|
|
"MediaBrowser.Model": {
|
|
"target": "project"
|
|
}
|
|
}
|
|
},
|
|
"netstandard1.6": {
|
|
"imports": "dnxcore50",
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1",
|
|
"MediaBrowser.Common": {
|
|
"target": "project"
|
|
},
|
|
"MediaBrowser.Model": {
|
|
"target": "project"
|
|
},
|
|
"System.Net.NetworkInformation": "4.3.0"
|
|
}
|
|
}
|
|
}
|
|
}
|