Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-28 23:45:58 -07:00
parent ab7445f59d
commit 81e905cfa9
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Routing" : "",
@ -7,7 +7,7 @@
},
"frameworks": {
"net45": { },
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10.0",
"System.Runtime": "4.0.20.0",

View File

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

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},
@ -10,7 +10,7 @@
"Xunit.KRunner": "1.0.0-*"
},
"frameworks": {
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.Linq": "4.0.0.0",