We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e3318 commit 70ea4d6Copy full SHA for 70ea4d6
src/ProjectTemplates/test/Templates.Blazor.Tests/Templates.Blazor.Tests.csproj
@@ -51,6 +51,7 @@
51
<Reference Include="AngleSharp" />
52
<Reference Include="System.Net.Http" />
53
<Reference Include="Microsoft.AspNetCore.Components.WebAssembly" />
54
+ <Reference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" />
55
<Reference Include="Microsoft.Playwright" Condition="'$(IsPlaywrightAvailable)' == 'true'" />
56
<Reference Include="Microsoft.Playwright" ExcludeAssets="build" Condition="'$(IsPlaywrightAvailable)' != 'true'" />
57
<ProjectReference Include="$(RepoRoot)src\Framework\App.Runtime\src\Microsoft.AspNetCore.App.Runtime.csproj" Private="false" ReferenceOutputAssembly="false" SkipGetTargetFrameworkProperties="true" />
0 commit comments