Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 0d18a6d

Browse files
author
N. Taylor Mullen
committed
React to DNX renames.
1 parent 7db1ef3 commit 0d18a6d

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/Microsoft.AspNet.Tooling.Razor/AssemblyLoadContextTagHelperTypeResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Linq;
66
using System.Reflection;
77
using Microsoft.AspNet.Razor.Runtime.TagHelpers;
8-
using Microsoft.Framework.Runtime;
8+
using Microsoft.Dnx.Runtime;
99

1010
namespace Microsoft.AspNet.Tooling.Razor
1111
{

src/Microsoft.AspNet.Tooling.Razor/RazorPlugin.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
using Microsoft.AspNet.Razor.Runtime.TagHelpers;
88
using Microsoft.AspNet.Tooling.Razor.Models.IncomingMessages;
99
using Microsoft.AspNet.Tooling.Razor.Models.OutgoingMessages;
10-
using Microsoft.Framework.DesignTimeHost;
11-
using Microsoft.Framework.Runtime;
10+
using Microsoft.Dnx.DesignTimeHost;
11+
using Microsoft.Dnx.Runtime;
1212
using Newtonsoft.Json.Linq;
1313

1414
namespace Microsoft.AspNet.Tooling.Razor

src/Microsoft.AspNet.Tooling.Razor/project.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"version": "1.0.0-*",
33
"dependencies": {
44
"Microsoft.AspNet.Razor.Runtime": "4.0.0-*",
5-
"Microsoft.Framework.DesignTimeHost.Abstractions": { "version": "1.0.0-*", "type": "build" },
6-
"Microsoft.Framework.Runtime.Abstractions": { "version": "1.0.0-*", "type": "build" },
5+
"Microsoft.Dnx.DesignTimeHost.Abstractions": { "version": "1.0.0-*", "type": "build" },
6+
"Microsoft.Dnx.Runtime.Abstractions": { "version": "1.0.0-*", "type": "build" },
77
"Newtonsoft.Json": "6.0.6"
88
},
99
"frameworks" : {
10-
"dnx451" : {
10+
"dnx451" : {
1111
"dependencies": {
1212
}
1313
},
14-
"dnxcore50" : {
14+
"dnxcore50" : {
1515
"dependencies": {
1616
"System.Runtime": "4.0.20-*"
1717
}

test/Microsoft.AspNet.Tooling.Razor.Test/RazorPluginTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using Microsoft.AspNet.Razor.Test.Internal;
1111
using Microsoft.AspNet.Tooling.Razor.Models.OutgoingMessages;
1212
using Microsoft.AspNet.Tooling.Razor.Tests;
13-
using Microsoft.Framework.Runtime;
13+
using Microsoft.Dnx.Runtime;
1414
using Newtonsoft.Json;
1515
using Newtonsoft.Json.Linq;
1616
using Xunit;

test/Microsoft.AspNet.Tooling.Razor.Test/TestAssemblyLoadContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Collections.Generic;
66
using System.IO;
77
using System.Reflection;
8-
using Microsoft.Framework.Runtime;
8+
using Microsoft.Dnx.Runtime;
99

1010
namespace Microsoft.AspNet.Tooling.Razor.Tests
1111
{

test/Microsoft.AspNet.Tooling.Razor.Test/TestPluginMessageBroker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
5-
using Microsoft.Framework.DesignTimeHost;
5+
using Microsoft.Dnx.DesignTimeHost;
66

77
namespace Microsoft.AspNet.Tooling.Razor.Tests
88
{

0 commit comments

Comments
 (0)