Add missed reference to Razor SDK in Mvc test website (#6367)
This commit is contained in:
parent
d689eede36
commit
50996e3da1
|
|
@ -520,7 +520,7 @@ Hello from /Pages/Shared/";
|
||||||
Assert.Contains("Name is required", response);
|
Assert.Contains("Name is required", response);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6122")]
|
[Fact]
|
||||||
public async Task PagesFromClassLibraries_CanBeServed()
|
public async Task PagesFromClassLibraries_CanBeServed()
|
||||||
{
|
{
|
||||||
// Act
|
// Act
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Microsoft.AspNetCore.Mvc" />
|
<Reference Include="Microsoft.AspNetCore.Mvc" />
|
||||||
|
<Reference Include="Microsoft.NET.Sdk.Razor" PrivateAssets="All" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue