Skip to content

Commit 155ce42

Browse files
committed
Updates
1 parent 9a76740 commit 155ce42

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/blazor/host-and-deploy/webassembly

1 file changed

+1
-1
lines changed

aspnetcore/blazor/host-and-deploy/webassembly/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ In the project file, the script is executed after publishing the app for the `Re
551551

552552
```xml
553553
<Target Name="ChangeDLLFileExtensions" AfterTargets="AfterPublish" Condition="'$(Configuration)'=='Release'">
554-
<Exec Command="powershell.exe -command &quot;&amp; { .\ChangeDLLExtensions.ps1 '$(SolutionDir)'}&quot;" />
554+
<Exec Command="powershell.exe -command &quot;&amp; {.\ChangeDLLExtensions.ps1 '$(SolutionDir)'}&quot;" />
555555
</Target>
556556
```
557557

0 commit comments

Comments
 (0)