Bump JsonSchema.Net to 9.4.0 - #1493
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.sh | bash -s -- 1493Or
iex "& { $(irm https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.ps1) } 1493" |
|
@dependabot rebase |
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
|
Looks like a legitimate breaking change |
--- updated-dependencies: - dependency-name: JsonSchema.Net dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
74c970a to
ae847da
Compare
|
@copilot Update the branch and fix the breaking change this introduces |
Co-authored-by: afscrome <289860+afscrome@users.noreply.github.com>
Fixed in the latest commit. The changes in
The project now builds successfully. |
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="Aspire.Hosting" /> | ||
| <PackageReference Include="JsonSchema.Net" VersionOverride="9.4.0" /> |
There was a problem hiding this comment.
@copilot Why was this added? Including a version here outside of Directory.Packages.props feels like a rake waiting to be stepped on.
There was a problem hiding this comment.
It was added erroneously by dependabot — the PowerShell project doesn't use JsonSchema.Net anywhere in code, so there was no reason for it to be there. Removed in the latest commit.
Co-authored-by: afscrome <289860+afscrome@users.noreply.github.com>
Pinned JsonSchema.Net at 9.4.0.
Release notes
Sourced from JsonSchema.Net's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned JsonSchema.Net at 9.4.0.
Release notes
Sourced from JsonSchema.Net's releases.
No release notes found for this version range.
Commits viewable in compare view.