Skip to content

Commit 01ec93d

Browse files
Copilotradical
andcommitted
Add back using Microsoft.AspNetCore.InternalTesting; statements
Co-authored-by: radical <[email protected]>
1 parent 0c61179 commit 01ec93d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using System.Net.Http;
66
using System.Reflection;
77
using Microsoft.AspNetCore.Hosting;
8+
using Microsoft.AspNetCore.InternalTesting;
89
using Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation;
910
using Microsoft.AspNetCore.Mvc.Testing;
1011
using Microsoft.AspNetCore.TestHost;

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System.Net.Http;
55
using System.Reflection;
66
using Microsoft.AspNetCore.Hosting;
7+
using Microsoft.AspNetCore.InternalTesting;
78

89
using Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation;
910
using Microsoft.AspNetCore.Mvc.Testing;

0 commit comments

Comments
 (0)