From 3961c25ad46d33ca4ced82d0291796d5f4242bff Mon Sep 17 00:00:00 2001 From: Kai Jan Kriegel Date: Mon, 26 Oct 2020 14:34:14 +0100 Subject: [PATCH] we need some kind of SASL implementation --- .gitmodules | 3 +++ FabAccessAPI/FabAccessAPI.csproj | 6 +++++- external/SASL | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 160000 external/SASL diff --git a/.gitmodules b/.gitmodules index b21d8e9..f04abcd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "FabAccessAPI/schema"] path = FabAccessAPI/schema url = https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git +[submodule "external/SASL"] + path = external/SASL + url = https://github.com/kjkriegel/S22.Sasl.git diff --git a/FabAccessAPI/FabAccessAPI.csproj b/FabAccessAPI/FabAccessAPI.csproj index 8694283..ef8549c 100644 --- a/FabAccessAPI/FabAccessAPI.csproj +++ b/FabAccessAPI/FabAccessAPI.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + netstandard2.1 9 enable @@ -11,4 +11,8 @@ + + + + diff --git a/external/SASL b/external/SASL new file mode 160000 index 0000000..cb9a991 --- /dev/null +++ b/external/SASL @@ -0,0 +1 @@ +Subproject commit cb9a9919c971e00c52732fba983e82d795fbe4ad