Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-29 00:07:19 -07:00
parent e5543d6adf
commit a7e97313b5
9 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"dependencies": {
},

View File

@ -14,7 +14,7 @@
},
"frameworks": {
"net45": {},
"k10": {
"aspnetcore50": {
"dependencies": {
"Microsoft.Win32.Primitives": "4.0.0.0",
"System.Collections": "4.0.10.0",

View File

@ -9,7 +9,7 @@
},
"frameworks": {
"net45": {},
"k10": {
"aspnetcore50": {
"dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
"Microsoft.Win32.Primitives": "4.0.0.0",

View File

@ -6,7 +6,7 @@
"compilationOptions" : { "allowUnsafe": true },
"frameworks": {
"net45" : { },
"k10" : {
"aspnetcore50" : {
"dependencies": {
"Microsoft.Win32.Primitives": "4.0.0.0",
"System.Collections": "4.0.10.0",

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Security.Windows" : "",
"Microsoft.AspNet.Server.WebListener" : "",

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"test": "Xunit.KRunner"
},

View File

@ -1,4 +1,4 @@
{
{
"commands": {
"test": "Xunit.KRunner"
},