Skip to content

Commit

Permalink
Fix depedencies in project.json, remove warnings, remove project.lock…
Browse files Browse the repository at this point in the history
….json files
  • Loading branch information
Ubuntu committed Nov 19, 2015
1 parent 66ee9be commit 77f178f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10,117 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.swp
*.*~
bin/
obj/
obj/
project.lock.json
4 changes: 2 additions & 2 deletions samples/dotnetbot/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},

"dependencies": {
"System.Console": "4.0.0-beta-23428",
"System.Runtime": "4.0.21-beta-23428"
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.21-beta-*"
},

"frameworks": {
Expand Down
Loading

0 comments on commit 77f178f

Please sign in to comment.