Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-28 23:29:57 -07:00
parent 6551a30391
commit 630abe6a5d
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
},
"frameworks": {
"net45": {},
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.ComponentModel": "4.0.0.0",

View File

@ -7,7 +7,7 @@
},
"frameworks": {
"net45": {},
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.ComponentModel": "4.0.0.0",

View File

@ -6,7 +6,7 @@
},
"frameworks": {
"net45": { },
"k10" : {
"aspnetcore50" : {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.ComponentModel": "4.0.0.0",

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Hosting": "",
"Microsoft.AspNet.RequestContainer": "",

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Hosting": "",
"Microsoft.AspNet.TestHost": "",