Skip to content

Commit acb8edd

Browse files
committed
updated consoleapp project.json
1 parent 0ffb023 commit acb8edd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

samples/ConsoleApp/project.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"dependencies": {
3-
"System.Console": "4.0.0.0"
3+
44
},
55
"frameworks": {
66
"aspnet50": {},
7-
"aspnetcore50": {}
7+
"aspnetcore50": {
8+
"dependencies": {
9+
"System.Console": "4.0.0-*"
10+
}
11+
}
812
}
913
}

0 commit comments

Comments
 (0)