Skip to content

Commit

Permalink
Bump System.Text.Json from 6.0.6 to 7.0.0 (#137)
Browse files Browse the repository at this point in the history
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.6 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2022
1 parent a18f5af commit e20d3d5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Applications/UUPMediaCreator/UUPMediaCreator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
<Version>2.8.2-prerelease.220830001</Version>
</PackageReference>
<PackageReference Include="System.Text.Json">
<Version>6.0.6</Version>
<Version>7.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DownloadLib.NET/DownloadLib.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Import Project="..\DownloadLib.Shared\DownloadLib.Shared.projitems" Label="Shared" />

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="6.0.6" />
<PackageReference Include="System.Text.Json" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/DownloadLib.UWP/DownloadLib.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<Version>6.2.14</Version>
</PackageReference>
<PackageReference Include="System.Text.Json">
<Version>6.0.6</Version>
<Version>7.0.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\DownloadLib.Shared\DownloadLib.Shared.projitems" Label="Shared" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="6.0.6" />
<PackageReference Include="System.Text.Json" Version="7.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/WindowsUpdateLib.NET/WindowsUpdateLib.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Text.Json" Version="6.0.6" />
<PackageReference Include="System.Text.Json" Version="7.0.0" />
</ItemGroup>
<Import Project="..\WindowsUpdateLib.Shared\WindowsUpdateLib.Shared.projitems" Label="Shared" />
</Project>
2 changes: 1 addition & 1 deletion src/WindowsUpdateLib.UWP/WindowsUpdateLib.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<Version>6.2.14</Version>
</PackageReference>
<PackageReference Include="System.Text.Json">
<Version>6.0.6</Version>
<Version>7.0.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit e20d3d5

Please sign in to comment.