Skip to content

Commit 30fd904

Browse files
authored
Bump System.Text.Json to 8.0.5 (#2783)
1 parent f2c700d commit 30fd904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/E2ETests/E2EApps/E2EApp/E2EApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.1" Condition="'$(TargetFramework)' != 'net48'" />
4949
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.16.4" />
5050
<PackageReference Condition="$(TestBuild) == 'true'" Include="Microsoft.Azure.Functions.Worker" Version="1.19.0" />
51-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
51+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
5252
</ItemGroup>
5353
</Project>

0 commit comments

Comments
 (0)