Skip to content

Commit cf6502e

Browse files
Bump System.Text.Json from 8.0.4 to 8.0.5 in /aspnet-samples/AspNetForm (#303)
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed375c2 commit cf6502e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

aspnet-samples/AspNetForm/AspNetForm.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@
272272
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
273273
<HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
274274
</Reference>
275-
<Reference Include="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
276-
<HintPath>..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll</HintPath>
275+
<Reference Include="System.Text.Json, Version=8.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
276+
<HintPath>..\packages\System.Text.Json.8.0.5\lib\net462\System.Text.Json.dll</HintPath>
277277
<Private>True</Private>
278278
</Reference>
279279
<Reference Include="System.Threading.Channels, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">

aspnet-samples/AspNetForm/Web.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
</dependentAssembly>
125125
<dependentAssembly>
126126
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
127-
<bindingRedirect oldVersion="0.0.0.0-8.0.0.4" newVersion="8.0.0.4" />
127+
<bindingRedirect oldVersion="0.0.0.0-8.0.0.5" newVersion="8.0.0.5" />
128128
</dependentAssembly>
129129
<dependentAssembly>
130130
<assemblyIdentity name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" culture="neutral" />

aspnet-samples/AspNetForm/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<package id="System.Security.Cryptography.ProtectedData" version="8.0.0" targetFramework="net472" />
8585
<package id="System.Security.Principal.Windows" version="5.0.0" targetFramework="net472" />
8686
<package id="System.Text.Encodings.Web" version="8.0.0" targetFramework="net48" />
87-
<package id="System.Text.Json" version="8.0.4" targetFramework="net48" />
87+
<package id="System.Text.Json" version="8.0.5" targetFramework="net48" />
8888
<package id="System.Threading.Channels" version="4.6.0" targetFramework="net472" />
8989
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" />
9090
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />

0 commit comments

Comments
 (0)