AspNetCore.Docs.Samples/security/authorization/AuthRequirementsData/AuthRequirementsData.csproj

16 lines
491 B
XML
Raw Normal View History

2023-05-27 11:05:48 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<UserSecretsId>920dbf37-d681-4110-aa5a-7fbeff2e8894</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0-preview.4.23260.4" />
</ItemGroup>
</Project>