mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
we need some kind of SASL implementation
This commit is contained in:
parent
da110c9a6b
commit
3961c25ad4
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "FabAccessAPI/schema"]
|
[submodule "FabAccessAPI/schema"]
|
||||||
path = FabAccessAPI/schema
|
path = FabAccessAPI/schema
|
||||||
url = https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
|
url = https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
|
||||||
|
[submodule "external/SASL"]
|
||||||
|
path = external/SASL
|
||||||
|
url = https://github.com/kjkriegel/S22.Sasl.git
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.1</TargetFramework>
|
||||||
<LangVersion>9</LangVersion>
|
<LangVersion>9</LangVersion>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@ -11,4 +11,8 @@
|
|||||||
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.118" />
|
<PackageReference Include="CapnpC.CSharp.MsBuild.Generation" Version="1.3.118" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\external\SASL\S22.Sasl.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
1
external/SASL
vendored
Submodule
1
external/SASL
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit cb9a9919c971e00c52732fba983e82d795fbe4ad
|
Loading…
x
Reference in New Issue
Block a user