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

Commit 9da3ca9

Browse files
committed
React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s
1 parent 6e50cf0 commit 9da3ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Mvc.RenderViewToString/RazorViewToStringRenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using System;
55
using System.IO;
6-
using Microsoft.AspNetCore.Http.Internal;
6+
using Microsoft.AspNetCore.Http;
77
using Microsoft.AspNetCore.Mvc;
88
using Microsoft.AspNetCore.Mvc.Abstractions;
99
using Microsoft.AspNetCore.Mvc.ModelBinding;

0 commit comments

Comments
 (0)