Fix depedencies in project.json, remove warnings, remove project.lock.json files
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
*.swp
|
||||
*.*~
|
||||
bin/
|
||||
obj/
|
||||
obj/
|
||||
project.lock.json
|
||||
|
||||
@@ -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": {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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": {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3,9 +3,10 @@
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"System.Console": "4.0.0-beta-23419",
|
||||
"System.Console": "4.0.0-beta-*",
|
||||
"System.IO": "4.0.11-beta-23409",
|
||||
"System.IO.FileSystem": "4.0.1-beta-23409"
|
||||
"System.IO.FileSystem": "4.0.1-beta-23409",
|
||||
"System.Runtime.Extensions": "4.0.11-beta-23409"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnxcore50": {}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user