Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions
This commit is contained in:
parent
3e7eb6df61
commit
a97d55b10c
|
|
@ -15,7 +15,7 @@ using Microsoft.AspNet.Diagnostics.Views;
|
||||||
using Microsoft.AspNet.FileProviders;
|
using Microsoft.AspNet.FileProviders;
|
||||||
using Microsoft.AspNet.Http;
|
using Microsoft.AspNet.Http;
|
||||||
using Microsoft.Dnx.Compilation;
|
using Microsoft.Dnx.Compilation;
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Extensions.PlatformAbstractions;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
using StackFrame = Microsoft.AspNet.Diagnostics.Views.StackFrame;
|
using StackFrame = Microsoft.AspNet.Diagnostics.Views.StackFrame;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
using System;
|
using System;
|
||||||
using Microsoft.AspNet.Diagnostics;
|
using Microsoft.AspNet.Diagnostics;
|
||||||
using Microsoft.AspNet.Http;
|
using Microsoft.AspNet.Http;
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Extensions.PlatformAbstractions;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Builder
|
namespace Microsoft.AspNet.Builder
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||||
using Microsoft.AspNet.Builder;
|
using Microsoft.AspNet.Builder;
|
||||||
using Microsoft.AspNet.Diagnostics.Views;
|
using Microsoft.AspNet.Diagnostics.Views;
|
||||||
using Microsoft.AspNet.Http;
|
using Microsoft.AspNet.Http;
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Extensions.PlatformAbstractions;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Diagnostics
|
namespace Microsoft.AspNet.Diagnostics
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ using Microsoft.AspNet.Diagnostics.Views
|
||||||
#line hidden
|
#line hidden
|
||||||
;
|
;
|
||||||
#line 6 "RuntimeInfoPage.cshtml"
|
#line 6 "RuntimeInfoPage.cshtml"
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Extensions.PlatformAbstractions;
|
||||||
|
|
||||||
#line default
|
#line default
|
||||||
#line hidden
|
#line hidden
|
||||||
|
|
@ -67,9 +67,9 @@ using Microsoft.Dnx.Runtime;
|
||||||
#line hidden
|
#line hidden
|
||||||
|
|
||||||
WriteLiteral("<!DOCTYPE html>\r\n<html");
|
WriteLiteral("<!DOCTYPE html>\r\n<html");
|
||||||
BeginWriteAttribute("lang", " lang=\"", 429, "\"", 490, 1);
|
BeginWriteAttribute("lang", " lang=\"", 449, "\"", 510, 1);
|
||||||
#line 21 "RuntimeInfoPage.cshtml"
|
#line 21 "RuntimeInfoPage.cshtml"
|
||||||
WriteAttributeValue("", 436, CultureInfo.CurrentUICulture.TwoLetterISOLanguageName, 436, 54, false);
|
WriteAttributeValue("", 456, CultureInfo.CurrentUICulture.TwoLetterISOLanguageName, 456, 54, false);
|
||||||
|
|
||||||
#line default
|
#line default
|
||||||
#line hidden
|
#line hidden
|
||||||
|
|
@ -212,9 +212,9 @@ WriteAttributeValue("", 436, CultureInfo.CurrentUICulture.TwoLetterISOLanguageNa
|
||||||
#line hidden
|
#line hidden
|
||||||
|
|
||||||
WriteLiteral(" <tr");
|
WriteLiteral(" <tr");
|
||||||
BeginWriteAttribute("class", " class=\"", 2209, "\"", 2237, 1);
|
BeginWriteAttribute("class", " class=\"", 2229, "\"", 2257, 1);
|
||||||
#line 58 "RuntimeInfoPage.cshtml"
|
#line 58 "RuntimeInfoPage.cshtml"
|
||||||
WriteAttributeValue("", 2217, even?"even":"odd", 2217, 20, false);
|
WriteAttributeValue("", 2237, even?"even":"odd", 2237, 20, false);
|
||||||
|
|
||||||
#line default
|
#line default
|
||||||
#line hidden
|
#line hidden
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
@using System.Linq
|
@using System.Linq
|
||||||
@using Microsoft.AspNet.Diagnostics
|
@using Microsoft.AspNet.Diagnostics
|
||||||
@using Microsoft.AspNet.Diagnostics.Views
|
@using Microsoft.AspNet.Diagnostics.Views
|
||||||
@using Microsoft.Dnx.Runtime;
|
@using Microsoft.Extensions.PlatformAbstractions;
|
||||||
|
|
||||||
@functions
|
@functions
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Extensions.PlatformAbstractions;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Diagnostics.Views
|
namespace Microsoft.AspNet.Diagnostics.Views
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ using Microsoft.AspNet.Builder;
|
||||||
using Microsoft.AspNet.FileProviders;
|
using Microsoft.AspNet.FileProviders;
|
||||||
using Microsoft.AspNet.TestHost;
|
using Microsoft.AspNet.TestHost;
|
||||||
using Microsoft.AspNet.Testing;
|
using Microsoft.AspNet.Testing;
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Extensions.PlatformAbstractions;
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
using Microsoft.Extensions.Primitives;
|
using Microsoft.Extensions.Primitives;
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ using System.Threading.Tasks;
|
||||||
using Microsoft.AspNet.Builder;
|
using Microsoft.AspNet.Builder;
|
||||||
using Microsoft.AspNet.Http;
|
using Microsoft.AspNet.Http;
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
using Microsoft.Dnx.Runtime;
|
using Microsoft.Extensions.PlatformAbstractions;
|
||||||
using Microsoft.Extensions.WebEncoders;
|
using Microsoft.Extensions.WebEncoders;
|
||||||
#if DNX451
|
#if DNX451
|
||||||
using Moq;
|
using Moq;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue