Skip to content

Commit 256c8a7

Browse files
committed
React to Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language.
aspnet/Razor#1169
1 parent b3515ca commit 256c8a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.VisualStudio.Web.CodeGeneration.Templating/Microsoft.VisualStudio.Web.CodeGeneration.Templating.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.AspNetCore.Razor.Evolution" Version="$(AspNetCoreVersion)" />
18+
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="$(AspNetCoreVersion)" />
1919
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="$(CodeAnalysisVersion)" />
2020
</ItemGroup>
2121

src/Microsoft.VisualStudio.Web.CodeGeneration.Templating/RazorTemplating.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.IO;
66
using System.Linq;
77
using System.Threading.Tasks;
8-
using Microsoft.AspNetCore.Razor.Evolution;
8+
using Microsoft.AspNetCore.Razor.Language;
99
using Microsoft.VisualStudio.Web.CodeGeneration.Templating.Compilation;
1010

1111
namespace Microsoft.VisualStudio.Web.CodeGeneration.Templating

0 commit comments

Comments
 (0)