move class to new core project

This commit is contained in:
Luke Pulverenti
2016-11-11 00:23:15 -05:00
parent d55535fe43
commit 5bb864a0c4
13 changed files with 28 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"dependencies": {
@@ -11,14 +11,18 @@
},
"dependencies": {
"MediaBrowser.Model": {
"target": "project"
}
}
},
"netstandard1.6": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.6.0",
"MediaBrowser.Model": {
"target": "project"
}
}
}
}