From 49699019ab3e001a7671000b21fcaf796d265c60 Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Fri, 25 Oct 2024 17:19:56 -0700 Subject: [PATCH] Add package ref at compile time not SDK build time Signed-off-by: James Sturtevant --- src/WasmComponent.Sdk/ImportInDev.proj | 2 -- src/WasmComponent.Sdk/WasmComponent.Sdk.csproj | 2 -- .../BytecodeAlliance.Componentize.DotNet.Wasm.SDK.props | 5 +++++ 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/WasmComponent.Sdk/ImportInDev.proj b/src/WasmComponent.Sdk/ImportInDev.proj index 51dc543..b1d936b 100644 --- a/src/WasmComponent.Sdk/ImportInDev.proj +++ b/src/WasmComponent.Sdk/ImportInDev.proj @@ -6,7 +6,5 @@ - - diff --git a/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj b/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj index d09c663..68389d8 100644 --- a/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj +++ b/src/WasmComponent.Sdk/WasmComponent.Sdk.csproj @@ -31,8 +31,6 @@ - - diff --git a/src/WasmComponent.Sdk/build/BytecodeAlliance.Componentize.DotNet.Wasm.SDK.props b/src/WasmComponent.Sdk/build/BytecodeAlliance.Componentize.DotNet.Wasm.SDK.props index dda6cd2..e898b7d 100644 --- a/src/WasmComponent.Sdk/build/BytecodeAlliance.Componentize.DotNet.Wasm.SDK.props +++ b/src/WasmComponent.Sdk/build/BytecodeAlliance.Componentize.DotNet.Wasm.SDK.props @@ -11,4 +11,9 @@ $(MSBuildThisFileDirectory)..\tools\$(WasmToolsTarget)\wasm-tools $(WasmToolsExe).exe + + + + +