Skip to content

Commit

Permalink
Fixing project.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlatko Knezevic committed Nov 19, 2015
1 parent 6030c48 commit 9f3cfbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
5 changes: 1 addition & 4 deletions samples/dotnetbot/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

"dependencies": {
"System.Console": "4.0.0-beta-23428",
"System.Runtime": "4.0.21-beta-23428",
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428",
"Microsoft.NETCore.ConsoleHost": "1.0.0-beta-23419",
"Microsoft.NETCore.TestHost": "1.0.0-beta-23419"
"System.Runtime": "4.0.21-beta-23428"
},

"frameworks": {
Expand Down
5 changes: 1 addition & 4 deletions samples/helloworld/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

"dependencies": {
"System.Console": "4.0.0-beta-23428",
"System.Runtime": "4.0.21-beta-23428",
"Microsoft.NETCore.Runtime": "1.0.1-beta-23428",
"Microsoft.NETCore.ConsoleHost": "1.0.0-beta-23419",
"Microsoft.NETCore.TestHost": "1.0.0-beta-23419"
"System.Runtime": "4.0.21-beta-23428"
},

"frameworks": {
Expand Down
6 changes: 2 additions & 4 deletions samples/qotd/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
},
"dependencies": {
"System.Console": "4.0.0-beta-23419",
"System.IO": "4.0.11-beta-23409",
"System.IO.FileSystem": "4.0.1-beta-23409",
"Microsoft.NETCore.TestHost": "1.0.0-beta-23419",
"Microsoft.NETCore.Runtime": "1.0.1-beta-23419"
"System.IO": "4.0.11-beta-23409",
"System.IO.FileSystem": "4.0.1-beta-23409"
},
"frameworks": {
"dnxcore50": {}
Expand Down

0 comments on commit 9f3cfbb

Please sign in to comment.