Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-28 22:43:50 -07:00
parent 990fe49df1
commit f7e3823bf1
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"frameworks": { "frameworks": {
"net45": { "net45": {
@ -6,7 +6,7 @@
"System.Security": "" "System.Security": ""
} }
}, },
"k10": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Diagnostics.Debug": "4.0.10.0", "System.Diagnostics.Debug": "4.0.10.0",
"System.Diagnostics.Tools": "4.0.0.0", "System.Diagnostics.Tools": "4.0.0.0",