Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-28 23:57:25 -07:00
parent aa9ace6157
commit 13a9613d5b
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Helios": "1.0.0-*",
"Microsoft.AspNet.FileSystems": "1.0.0-*",
@ -8,7 +8,7 @@
"frameworks": {
"net45": {
},
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Security.Claims" : "1.0.0-*"

View File

@ -7,7 +7,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 @@
{
{
"dependencies": {
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",