Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions src/WasmSdk/Sdk/Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,4 @@ Copyright (c) .NET Foundation. All rights reserved.
<Import Sdk="Microsoft.NET.Sdk.StaticWebAssets" Project="Sdk.targets" Condition="'$(_WasmSdkImportsMicrosoftNETSdkStaticWebAssets)' == 'true'" />
<Import Sdk="Microsoft.NET.Sdk.Publish" Project="Sdk.targets" Condition="'$(_WasmSdkImportsMicrosoftNETSdkPublish)' == 'true'" />
<Import Project="$(_WebAssemblyTargetsFile)" Condition="'$(_WebAssemblyTargetsFile)' != ''" />

<!-- Temporary, we need to generate blazor.boot.json before we define it,
so we hook a target that does the same thing as _ResolveWasmOutputs but
in addition generates blazor.boot.json so that the build passes.

This will go away once the wasm build is updated to do this directly.
-->

<PropertyGroup>
<_TempWasmWorkaroundsDisabled>true</_TempWasmWorkaroundsDisabled>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\targets\Microsoft.NET.Sdk.WebAssembly.9_0.temp.targets" Condition="'$(_TempWasmWorkaroundsDisabled)' == ''" />
</Project>
35 changes: 0 additions & 35 deletions src/WasmSdk/Tasks/PatchWasmPublishStaticWebAsset.cs

This file was deleted.

This file was deleted.