Renaming Microsoft.Framework.* -> Microsoft.Extensions.*

This commit is contained in:
Pranav K 2015-10-03 15:44:48 -07:00
parent 7f7ad3479a
commit aea8716df6
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Security.Cryptography; using System.Security.Cryptography;
using System.Text; using System.Text;
using Microsoft.Framework.Internal; using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.WebSockets.Protocol namespace Microsoft.AspNet.WebSockets.Protocol
{ {

View File

@ -6,7 +6,7 @@
"url": "git://github.com/aspnet/websockets" "url": "git://github.com/aspnet/websockets"
}, },
"dependencies": { "dependencies": {
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" } "Microsoft.Extensions.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }
}, },
"frameworks": { "frameworks": {
"net45": { }, "net45": { },

View File

@ -7,7 +7,7 @@ using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Hosting; using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Http; using Microsoft.AspNet.Http;
using Microsoft.Dnx.Runtime.Infrastructure; using Microsoft.Dnx.Runtime.Infrastructure;
using Microsoft.Framework.Configuration; using Microsoft.Extensions.Configuration;
namespace Microsoft.AspNet.WebSockets.Client.Test namespace Microsoft.AspNet.WebSockets.Client.Test
{ {

View File

@ -7,7 +7,7 @@ using System.Diagnostics.Contracts;
using System.IO; using System.IO;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using Microsoft.Framework.Internal; using Microsoft.Extensions.Internal;
namespace Microsoft.AspNet.WebSockets.Protocol.Test namespace Microsoft.AspNet.WebSockets.Protocol.Test
{ {

View File

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