Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-29 00:10:01 -07:00
parent 23b13d3143
commit ca360a25f7
6 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": ""

View File

@ -1,8 +1,8 @@
{
{
"version": "1.0.0-*",
"frameworks": {
"net45": { },
"k10": {
"aspnetcore50": {
"dependencies": {
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*",
"System.Diagnostics.Contracts": "4.0.0.0",

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
@ -7,7 +7,7 @@
},
"frameworks" : {
"net45" : { },
"k10" : {
"aspnetcore50" : {
"dependencies": {
"System.Runtime": "4.0.20.0"
}

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "",
"Microsoft.AspNet.WebSockets.Client": "",

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "",
"Xunit.KRunner": "1.0.0-*"

View File

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "",
"Microsoft.AspNet.WebSockets.Client": ""