From e9662af55dbe58444ec525315c14f5748d1444d5 Mon Sep 17 00:00:00 2001 From: Christopher Schuchardt Date: Tue, 5 Dec 2023 07:32:19 -0500 Subject: [PATCH] changed to portable (#409) Co-authored-by: Jimmy --- src/assertions/assertions.csproj | 2 +- src/bctklib/bctklib.csproj | 2 +- src/collector/collector.csproj | 2 +- src/test-harness/test-harness.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assertions/assertions.csproj b/src/assertions/assertions.csproj index 9054a9e8..53e33929 100644 --- a/src/assertions/assertions.csproj +++ b/src/assertions/assertions.csproj @@ -6,7 +6,7 @@ Neo.Assertions Neo.Assertions true - Embedded + portable diff --git a/src/bctklib/bctklib.csproj b/src/bctklib/bctklib.csproj index a0fbb085..315b8c7a 100644 --- a/src/bctklib/bctklib.csproj +++ b/src/bctklib/bctklib.csproj @@ -4,7 +4,7 @@ true Neo.BlockchainToolkit Neo.BlockchainToolkit - Embedded + portable diff --git a/src/collector/collector.csproj b/src/collector/collector.csproj index dac448a9..6397f9d8 100644 --- a/src/collector/collector.csproj +++ b/src/collector/collector.csproj @@ -10,7 +10,7 @@ netstandard2.0;net472 true - Embedded + portable diff --git a/src/test-harness/test-harness.csproj b/src/test-harness/test-harness.csproj index 8640afad..9722f711 100644 --- a/src/test-harness/test-harness.csproj +++ b/src/test-harness/test-harness.csproj @@ -5,7 +5,7 @@ Neo.Test.Harness NeoTestHarness true - Embedded + portable