More fallout from the rename

This commit is contained in:
David Fowler 2014-05-08 10:08:17 -07:00
parent 4e36207b14
commit efc77e60e0
17 changed files with 17 additions and 17 deletions

View File

@ -17,7 +17,7 @@
using System;
namespace Microsoft.Net.Runtime
namespace Microsoft.Framework.Runtime
{
[AssemblyNeutralAttribute]
[AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = true)]

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Threading;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature
{

View File

@ -15,7 +15,7 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature
{

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Net;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature
{

View File

@ -18,7 +18,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature
{

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Threading;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature
{

View File

@ -18,7 +18,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature
{

View File

@ -17,7 +17,7 @@
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature
{

View File

@ -17,7 +17,7 @@
using System.Security.Cryptography.X509Certificates;
using System.Threading.Tasks;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature
{

View File

@ -18,7 +18,7 @@
#if NET45
using System.Net.WebSockets;
using System.Threading.Tasks;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature
{

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Collections.Generic;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature.Security
{

View File

@ -17,7 +17,7 @@
using System.Collections.Generic;
using System.Security.Claims;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature.Security
{

View File

@ -17,7 +17,7 @@
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature.Security
{

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Collections.Generic;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature.Security
{

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Security.Claims;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature.Security
{

View File

@ -17,7 +17,7 @@
using System.Collections.Generic;
using System.Security.Claims;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature.Security
{

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Collections.Generic;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.HttpFeature.Security
{