From 8fc8a417f7e9eb9b14bd2a0ef66518035cfc5011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Forjan?= Date: Tue, 4 Jun 2024 15:08:45 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9DEnsure=20example=20deploy=20require?= =?UTF-8?q?d=20file=20for=20local=20execution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/consumefuel/consumefuel.csproj | 1 + examples/externref/externref.csproj | 1 + examples/funcref/funcref.csproj | 1 + examples/global/global.csproj | 1 + examples/hello/hello.csproj | 5 +++-- examples/memory/memory.csproj | 1 + examples/table/table.csproj | 3 ++- 7 files changed, 10 insertions(+), 3 deletions(-) diff --git a/examples/consumefuel/consumefuel.csproj b/examples/consumefuel/consumefuel.csproj index 6d5f3d5..7bc6c04 100644 --- a/examples/consumefuel/consumefuel.csproj +++ b/examples/consumefuel/consumefuel.csproj @@ -7,6 +7,7 @@ + diff --git a/examples/externref/externref.csproj b/examples/externref/externref.csproj index 6d5f3d5..ed5c733 100644 --- a/examples/externref/externref.csproj +++ b/examples/externref/externref.csproj @@ -7,6 +7,7 @@ + diff --git a/examples/funcref/funcref.csproj b/examples/funcref/funcref.csproj index 6d5f3d5..b5d44d2 100644 --- a/examples/funcref/funcref.csproj +++ b/examples/funcref/funcref.csproj @@ -7,6 +7,7 @@ + diff --git a/examples/global/global.csproj b/examples/global/global.csproj index 6d5f3d5..5a0af18 100644 --- a/examples/global/global.csproj +++ b/examples/global/global.csproj @@ -7,6 +7,7 @@ + diff --git a/examples/hello/hello.csproj b/examples/hello/hello.csproj index cddc5db..47025a4 100644 --- a/examples/hello/hello.csproj +++ b/examples/hello/hello.csproj @@ -8,6 +8,7 @@ - - + + + diff --git a/examples/memory/memory.csproj b/examples/memory/memory.csproj index 6d5f3d5..09b1db1 100644 --- a/examples/memory/memory.csproj +++ b/examples/memory/memory.csproj @@ -7,6 +7,7 @@ + diff --git a/examples/table/table.csproj b/examples/table/table.csproj index 6d5f3d5..886e91b 100644 --- a/examples/table/table.csproj +++ b/examples/table/table.csproj @@ -7,6 +7,7 @@ + - +