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

Commit 8b02c00

Browse files
authored
Changed namespace reference from Microsoft.AspNetCore.Razor.Test.Internal to Microsoft.AspNetCore.Razor.TagHelpers.Testing
Addresses Mvc aspnet/Mvc#5323
1 parent 45d11d5 commit 8b02c00

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

test/Microsoft.AspNetCore.Razor.Design.Test/Internal/AssemblyTagHelperDescriptorResolverTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using Microsoft.AspNetCore.Razor.Compilation.TagHelpers;
88
using Microsoft.AspNetCore.Razor.Runtime.TagHelpers;
99
using Microsoft.AspNetCore.Razor.TagHelpers;
10-
using Microsoft.AspNetCore.Razor.Test.Internal;
10+
using Microsoft.AspNetCore.Razor.TagHelpers.Testing;
1111
using Xunit;
1212

1313
namespace Microsoft.AspNetCore.Razor.Design.Internal

test/Microsoft.AspNetCore.Razor.Design.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"testRunner": "xunit",
33
"dependencies": {
44
"dotnet-test-xunit": "2.2.0-*",
5-
"Microsoft.AspNetCore.Razor.Test.Sources": {
5+
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
66
"version": "1.1.0-*",
77
"type": "build"
88
},

test/Microsoft.AspNetCore.Razor.Tools.Test/ResolveTagHelperTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using System.Text;
88
using Microsoft.AspNetCore.Razor.Design.Internal;
99
using Microsoft.AspNetCore.Razor.Runtime.TagHelpers;
10-
using Microsoft.AspNetCore.Razor.Test.Internal;
10+
using Microsoft.AspNetCore.Razor.TagHelpers.Testing;
1111
using Microsoft.AspNetCore.Razor.Tools.Test.Infrastructure;
1212
using Microsoft.AspNetCore.Testing.xunit;
1313
using Newtonsoft.Json;

test/Microsoft.AspNetCore.Razor.Tools.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"testRunner": "xunit",
33
"dependencies": {
44
"dotnet-test-xunit": "2.2.0-*",
5-
"Microsoft.AspNetCore.Razor.Test.Sources": {
5+
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
66
"version": "1.1.0-*",
77
"type": "build"
88
},

0 commit comments

Comments
 (0)