Fix wrong dependencies in project.json (issue #3)

This commit is contained in:
Alexandre Mutel
2016-05-30 22:32:56 +09:00
parent 124b4d6e6e
commit fb559af72b

View File

@@ -28,9 +28,6 @@
}
}
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"net35": {
"buildOptions": {
@@ -61,6 +58,7 @@
},
"netstandard1.1": {
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Threading": "4.0.11-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027",
"System.Threading.Tasks.Parallel": "4.0.1-rc2-24027"