Skip to content

Commit a48d623

Browse files
committed
Fix Razor integration tests
1 parent 67182b4 commit a48d623

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

test/integrationTests/testAssets/BasicRazorApp2_1/BasicRazorApp2_1.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
</PropertyGroup>
66

7-
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.App" />
9-
</ItemGroup>
10-
117
</Project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
@page
1+
@page "/error"
22

33
@DoesNotExist

0 commit comments

Comments
 (0)