Target the Razor SDK in Driver app (#19344)

Fixes https://github.com/dotnet/aspnetcore/issues/19307
This commit is contained in:
Pranav K 2020-02-25 13:33:49 -08:00 committed by GitHub
parent 20a5d7a086
commit d8ff2743a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
@ -15,8 +15,6 @@
<Reference Include="Selenium.WebDriver" />
<ProjectReference Include="..\..\..\WebAssembly\DevServer\src\Microsoft.AspNetCore.Components.WebAssembly.DevServer.csproj" />
<ProjectReference Include="..\TestApp\Wasm.Performance.TestApp.csproj" />
<Content Include="appsettings.json" CopyToPublishDirectory="PreserveNewest" />
</ItemGroup>
</Project>