From 99b9f0a22691eb9a51092a96d4fcecc1ff29ac84 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sun, 7 Jun 2020 19:45:37 -0700 Subject: [PATCH] Fixes build runtime identifiers (#161) --- Directory.Build.props | 1 + Projects/Argon2/Argon2.csproj | 1 - Projects/ZLib/ZLib.csproj | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 481b112a0..49b4335ae 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -15,5 +15,6 @@ true NU1603 true + win-x64;linux-x64;osx-x64 diff --git a/Projects/Argon2/Argon2.csproj b/Projects/Argon2/Argon2.csproj index a08dd3f7f..c42829969 100644 --- a/Projects/Argon2/Argon2.csproj +++ b/Projects/Argon2/Argon2.csproj @@ -1,6 +1,5 @@  - win-x64;linux-x64;osx-x64 1.2.7 System.Security.Cryptography Argon2.Bindings diff --git a/Projects/ZLib/ZLib.csproj b/Projects/ZLib/ZLib.csproj index 3c1885782..43a17c771 100644 --- a/Projects/ZLib/ZLib.csproj +++ b/Projects/ZLib/ZLib.csproj @@ -1,6 +1,5 @@ - win-x64;linux-x64;osx-x64 1.0.2 Server ZLib.Bindings