Files
SecureBank/SecureBank.Website/SecureBank.Website.Authentication/SecureBank.Website.Authentication.csproj

20 lines
625 B
XML
Raw Permalink Normal View History

2024-01-19 17:25:56 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blazored.SessionStorage" Version="2.4.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.1" />
2024-01-23 15:41:59 +01:00
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.2.0" />
2024-01-19 17:25:56 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SecureBank.Website.Services\SecureBank.Website.Services.csproj" />
</ItemGroup>
</Project>