Make the GeneratedCode project work on CoreCLR

This commit is contained in:
Stephen Halter 2015-08-19 17:08:00 -07:00
parent f61a7b64ff
commit 87d53700da
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@
"System.Text.Encoding": "",
"System.Threading.Tasks": ""
}
},
"dnxcore50": {
"dependencies": {
"System.Console": "4.0.0-beta-*"
}
}
}
}