React to renames

This commit is contained in:
David Fowler 2014-05-08 04:04:37 -07:00
parent dfe6382463
commit 8ed808890c
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,7 +1,7 @@
using System; using System;
using System.Runtime.Versioning; using System.Runtime.Versioning;
namespace Microsoft.Net.Runtime namespace Microsoft.Framework.Runtime
{ {
/// <summary> /// <summary>
/// Service provided by the host containing application environment details. /// Service provided by the host containing application environment details.

View File

@ -1,4 +1,4 @@
using Microsoft.AspNet; using Microsoft.AspNet;
using Microsoft.AspNet.Http; using Microsoft.AspNet.Http;
using Microsoft.AspNet.Builder; using Microsoft.AspNet.Builder;
using Microsoft.Framework.ConfigurationModel; using Microsoft.Framework.ConfigurationModel;
@ -17,7 +17,7 @@ using Microsoft.AspNet.Security.Cookies;
using Microsoft.Data.Entity; using Microsoft.Data.Entity;
using Microsoft.Data.Entity.InMemory; using Microsoft.Data.Entity.InMemory;
using Microsoft.Data.Entity.SqlServer; using Microsoft.Data.Entity.SqlServer;
using Microsoft.Net.Runtime; using Microsoft.Framework.Runtime;
using MusicStore.Models; using MusicStore.Models;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;