We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c700d commit 30fd904Copy full SHA for 30fd904
test/E2ETests/E2EApps/E2EApp/E2EApp.csproj
@@ -48,6 +48,6 @@
48
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.1" Condition="'$(TargetFramework)' != 'net48'" />
49
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.16.4" />
50
<PackageReference Condition="$(TestBuild) == 'true'" Include="Microsoft.Azure.Functions.Worker" Version="1.19.0" />
51
- <PackageReference Include="System.Text.Json" Version="8.0.4" />
+ <PackageReference Include="System.Text.Json" Version="8.0.5" />
52
</ItemGroup>
53
</Project>
0 commit comments