File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Http.Authentication.JwtBearer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5</ TargetFramework >
4+ <TargetFrameworks >net5.0;net6.0</ TargetFrameworks >
55 <AssemblyName >Microsoft.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer</AssemblyName >
66 <RootNamespace >Microsoft.Azure.Functions.Worker.Http</RootNamespace >
77 <PackageId >Community.Azure.Functions.Worker.Extensions.Http.Authentication.JwtBearer</PackageId >
88 <Nullable >enable</Nullable >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 5.0.9 " />
12+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 5.0.11 " />
1313 <PackageReference Include =" Microsoft.Azure.Functions.Worker.Extensions.Http" Version =" 3.0.13" />
14- <PackageReference Include =" Microsoft.Azure.Functions.Worker.Core" Version =" 1.2.0 " />
14+ <PackageReference Include =" Microsoft.Azure.Functions.Worker.Core" Version =" 1.3.1 " />
1515 </ItemGroup >
1616
1717</Project >
You can’t perform that action at this time.
0 commit comments