From 74012cc1b13c7da2c482435c0fe386f0edd468e3 Mon Sep 17 00:00:00 2001 From: stefan-aws Date: Tue, 7 Nov 2023 19:36:25 +0000 Subject: [PATCH] dotnet --- scripts/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test.sh b/scripts/test.sh index eb443fb8..e2806f51 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -16,6 +16,7 @@ fi if [ "$TARGET_LANG" = "cs" ] then + dotnet new console dotnet add package System.Security.Cryptography.Algorithms --version 4.3.1 fi