From e770ce610cea501e9f52a2a9742d8c2082ca05fd Mon Sep 17 00:00:00 2001 From: Muhammad Azeez Date: Thu, 29 Feb 2024 16:32:15 +0300 Subject: [PATCH 1/2] fix: remove condition on targets props --- src/Extism.Pdk/build/Extism.Pdk.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extism.Pdk/build/Extism.Pdk.targets b/src/Extism.Pdk/build/Extism.Pdk.targets index 3bd0063..d554db2 100644 --- a/src/Extism.Pdk/build/Extism.Pdk.targets +++ b/src/Extism.Pdk/build/Extism.Pdk.targets @@ -3,7 +3,7 @@ - + true true true From 5e9784df271ae0150bee1a58676fc13bf6317723 Mon Sep 17 00:00:00 2001 From: Muhammad Azeez Date: Thu, 29 Feb 2024 16:32:38 +0300 Subject: [PATCH 2/2] Revert "Update README.md" This reverts commit 9bec7012df164af06878e5583d44ec7cdbf0f9cf. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index d22a2e6..faa725e 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,6 @@ Update your `MyPlugin.csproj`/`MyPlugin.fsproj` as follows: net8.0 wasi-wasm Exe - true - - - true - true ```