Skip to content

Commit b7987f8

Browse files
committed
Update .NET packages
1 parent 81bb934 commit b7987f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Http.Authentication.JwtBearer/Http.Authentication.JwtBearer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.9" />
12+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.16" />
1313
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
14-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.8.0" />
14+
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.13.0" />
1515
</ItemGroup>
1616

1717
</Project>

src/Http/Http.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
13-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Core" Version="1.6.0" />
13+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Core" Version="1.11.0" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)