@ -1,10 +1,13 @@
{
"version": "1.0.0",
"title": "TMDb Library",
"authors": [
"LordMike",
"Naliath"
],
"packOptions": {
"owners": [
"LordMike"
@ -17,9 +20,11 @@
"url": "https://github.com/LordMike/TMDbLib"
}
},
"dependencies": {
"Newtonsoft.Json": "9.0.1"
"frameworks": {
"net45": {
@ -1,6 +1,8 @@
"version": "1.0.0-*",
"testRunner": "xunit",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"TMDbLib": {
@ -8,6 +10,7 @@
"xunit": "2.2.0-beta3-build3402"
"netcoreapp1.0": {
@ -1,8 +1,10 @@
{
"buildOptions": {
"emitEntryPoint": true
"Microsoft.NETCore.App": {
"type": "platform",
@ -13,6 +15,7 @@
"target": "project"
"imports": "dnxcore50"