Skip to content

Commit 8580a77

Browse files
Fix typo
1 parent dbe960d commit 8580a77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/WebAssembly/Server/src/build/Microsoft.AspNetCore.Components.WebAssembly.Server.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22

3-
<Task Name="_IncludeDebugProxyBinariesAsContent" BeforeTargets="AssignTargetPaths"
3+
<Target Name="_IncludeDebugProxyBinariesAsContent" BeforeTargets="AssignTargetPaths"
44
Condition="'$(BlazorWebAssemblyOmitDebugProxyOutput)' != 'true'">
55

66
<ItemGroup>
@@ -11,6 +11,6 @@
1111
CopyToOutputDirectory="PreserveNewest" />
1212
</ItemGroup>
1313

14-
</Task>
14+
</Target>
1515

1616
</Project>

0 commit comments

Comments
 (0)