AspNetCore.Docs.Samples/security/authorization/OldStyleAuthRequirements/OldAuth.csproj

16 lines
488 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<UserSecretsId>79977aeb-5ef0-41c7-8ab9-9ce8da218256</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0-preview.4.23260.4" />
</ItemGroup>
</Project>