we need some kind of SASL implementation

This commit is contained in:
Kai Jan Kriegel 2020-10-26 14:34:14 +01:00
parent da110c9a6b
commit 3961c25ad4
3 changed files with 9 additions and 1 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
@ -11,4 +11,8 @@
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.118" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\external\SASL\S22.Sasl.csproj" />
</ItemGroup>
</Project>

1
external/SASL vendored Submodule

@ -0,0 +1 @@
Subproject commit cb9a9919c971e00c52732fba983e82d795fbe4ad