Skip to content

Commit f859521

Browse files
authored
Updating EasyAuth Middleware to 1.5.3 (#9461) (#9463)
* Updating EasyAuth Middleware to 1.5.3 (#9461) * Bumping to version 4.25.2
1 parent ddde0ca commit f859521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<MajorVersion>4</MajorVersion>
77
<MinorVersion>25</MinorVersion>
8-
<PatchVersion>1</PatchVersion>
8+
<PatchVersion>2</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>
1111

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.8" />
7373
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
7474
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
75-
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.2" />
75+
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.3" />
7676
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
7777
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
7878
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />

0 commit comments

Comments
 (0)