React to common package name change

This commit is contained in:
Hisham Abdullah Bin Ateya 2015-06-11 23:42:32 +03:00
parent e632831c09
commit a1409e0294
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"version": "1.0.0-*",
"description": "Managed web socket protocol parser.",
"dependencies": {
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
},
"frameworks": {
"net45": { },

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {