Skip to content

Commit

Permalink
Bump NuGet.ProjectModel, NuGet.Protocol and System.Text.Json in /src (E…
Browse files Browse the repository at this point in the history
…rikEJ#2358)

Bumps [NuGet.ProjectModel](https://github.com/NuGet/NuGet.Client), [NuGet.Protocol](https://github.com/NuGet/NuGet.Client) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `NuGet.ProjectModel` from 6.9.1 to 6.10.0
- [Release notes](https://github.com/NuGet/NuGet.Client/releases)
- [Commits](https://github.com/NuGet/NuGet.Client/commits)

Updates `NuGet.Protocol` from 6.9.1 to 6.10.0
- [Release notes](https://github.com/NuGet/NuGet.Client/releases)
- [Commits](https://github.com/NuGet/NuGet.Client/commits)

Updates `System.Text.Json` from 6.0.9 to 7.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.9...v7.0.3)

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

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 May 27, 2024
1 parent bd38770 commit 47dec10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/EFCorePowerTools/EFCorePowerTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
<PackageReference Include="MvvmLightLibs">
<Version>5.4.1.1</Version>
</PackageReference>
<PackageReference Include="NuGet.ProjectModel" Version="6.9.1" />
<PackageReference Include="NuGet.ProjectModel" Version="6.10.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
</ItemGroup>
<Import Project="..\Shared\Shared.projitems" Label="Shared" />
Expand Down

0 comments on commit 47dec10

Please sign in to comment.