2020-09-04 19:56:08 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<UserSecretsId>bitwarden-Sso</UserSecretsId>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-06-24 16:39:34 +02:00
|
|
|
|
<PackageReference Include="Sustainsys.Saml2.AspNetCore2" Version="2.9.0" />
|
2020-09-04 19:56:08 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\src\Core\Core.csproj" />
|
2022-01-11 10:40:51 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\src\SharedWeb\SharedWeb.csproj" />
|
2020-09-04 19:56:08 +02:00
|
|
|
|
</ItemGroup>
|
2020-09-04 20:02:17 +02:00
|
|
|
|
|
2020-09-04 19:56:08 +02:00
|
|
|
|
</Project>
|