Added frameworks to project.json
This commit is contained in:
parent
dc4573e484
commit
2834b70987
|
|
@ -1,6 +1,8 @@
|
||||||
{
|
{
|
||||||
"version": "6.0.0-*",
|
"version": "6.0.0-*",
|
||||||
"shared": "**/*.cs",
|
"shared": "**/*.cs",
|
||||||
"dependencies": {
|
"frameworks": {
|
||||||
|
"dnx451": {},
|
||||||
|
"dnxcore50": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue