React to DNX changes

This commit is contained in:
Victor Hurdugaci 2015-07-29 03:38:40 -07:00
parent 8d583a4718
commit 15c0e16a91
9 changed files with 10 additions and 10 deletions

View File

@ -13,10 +13,10 @@ using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Diagnostics.Views;
using Microsoft.AspNet.FileProviders;
using Microsoft.AspNet.Http;
using Microsoft.Dnx.Compilation;
using Microsoft.Dnx.Runtime;
using Microsoft.Framework.Internal;
using Microsoft.Framework.Logging;
using Microsoft.Framework.Runtime;
using Microsoft.Framework.Runtime.Compilation;
namespace Microsoft.AspNet.Diagnostics
{

View File

@ -3,8 +3,8 @@
using Microsoft.AspNet.Diagnostics;
using Microsoft.AspNet.Http;
using Microsoft.Dnx.Runtime;
using Microsoft.Framework.Internal;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.Builder
{

View File

@ -5,8 +5,8 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Diagnostics.Views;
using Microsoft.AspNet.Http;
using Microsoft.Dnx.Runtime;
using Microsoft.Framework.Internal;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.Diagnostics
{

View File

@ -31,7 +31,7 @@ using Microsoft.AspNet.Diagnostics.Views
#line hidden
;
#line 6 "RuntimeInfoPage.cshtml"
using Microsoft.Framework.Runtime;
using Microsoft.Dnx.Runtime;
#line default
#line hidden

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using Microsoft.Framework.Runtime;
using Microsoft.Dnx.Runtime;
namespace Microsoft.AspNet.Diagnostics.Views
{

View File

@ -16,7 +16,7 @@
"version": "1.0.0-*"
},
"Microsoft.Framework.OptionsModel": "1.0.0-*",
"Microsoft.Framework.Runtime.Compilation.Abstractions": "1.0.0-*",
"Microsoft.Dnx.Compilation.Abstractions": "1.0.0-*",
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*"
},
"frameworks": {

View File

@ -7,7 +7,7 @@ using System.IO;
using System.Linq;
using Microsoft.AspNet.Razor;
using Microsoft.AspNet.Razor.CodeGenerators;
using Microsoft.Framework.Runtime;
using Microsoft.Dnx.Runtime;
namespace PageGenerator
{

View File

@ -13,7 +13,7 @@ using Microsoft.AspNet.Diagnostics.Views;
using Microsoft.AspNet.FileProviders;
using Microsoft.Framework.Caching;
using Microsoft.Framework.Logging;
using Microsoft.Framework.Runtime;
using Microsoft.Dnx.Runtime;
using Xunit;
namespace Microsoft.AspNet.Diagnostics

View File

@ -11,7 +11,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.Runtime;
using Microsoft.Dnx.Runtime;
using Microsoft.Framework.WebEncoders;
#if DNX451
using Moq;