From d86f1d7b6ebdaa0cae1c7d7fb6297495afdd48da Mon Sep 17 00:00:00 2001 From: SteveMaier-IRT Date: Thu, 7 Jul 2022 15:28:54 -0400 Subject: [PATCH] fixing ios itemgroup --- .../ElectionGuard.Encryption.csproj | 8 ++++---- .../Electionguard.Encryption.targets | 7 +++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj b/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj index 6c7d74d..80b15da 100644 --- a/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj +++ b/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/ElectionGuard.Encryption.csproj @@ -8,9 +8,9 @@ ElectionGuard ElectionGuard.Encryption - 0.1.18 - 0.1.18.0 - 0.1.18.0 + 0.1.19 + 0.1.19.0 + 0.1.19.0 @@ -20,7 +20,7 @@ ElectionGuard Encryption Open source implementation of ElectionGuard's ballot encryption. Microsoft - 0.1.18 + 0.1.19 MIT https://github.com/microsoft/electionguard-cpp https://github.com/microsoft/electionguard-cpp diff --git a/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/Electionguard.Encryption.targets b/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/Electionguard.Encryption.targets index ba1085f..13cbdee 100644 --- a/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/Electionguard.Encryption.targets +++ b/bindings/netstandard/ElectionGuard/ElectionGuard.Encryption/Electionguard.Encryption.targets @@ -25,8 +25,11 @@ - + libelectionguard.a - + + + libspdlog.a + \ No newline at end of file