Browse Source

Preference in project.json

pull/212/head
Michael Bisbjerg 9 years ago
parent
commit
2c5a708afa
  1. 5
      TMDbLib/project.json
  2. 3
      TMDbLibTests/project.json
  3. 3
      TestApplication/project.json

5
TMDbLib/project.json

@ -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": {
"dependencies": {

3
TMDbLibTests/project.json

@ -1,6 +1,8 @@
{
"version": "1.0.0-*",
"testRunner": "xunit",
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"TMDbLib": {
@ -8,6 +10,7 @@
},
"xunit": "2.2.0-beta3-build3402"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {

3
TestApplication/project.json

@ -1,8 +1,10 @@
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
@ -13,6 +15,7 @@
"target": "project"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"

Loading…
Cancel
Save