Skip to content

Commit

Permalink
.Net: Downgrading version of JsonSchema.Net.Generation package to res…
Browse files Browse the repository at this point in the history
…olve dependency conflict (#5468)

Downgrading version of JsonSchema.Net.Generation package to resolve
dependency conflict with dotnet-interactive.

### Motivation and Context

We recently upgraded the version of JsonSchema.Net.Generation from major
version 3 to 4 and this has caused a collision with dotnet-interactive
which ships with JsonSchema.Net version 5.0.0. The PR drops the major
version back down to resolve this dependency collision.

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄

Co-authored-by: Ben Thomas <bentho@microsoft.com>
  • Loading branch information
alliscode and Ben Thomas committed Mar 14, 2024
1 parent 8ddba73 commit aa6fded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageVersion Include="Handlebars.Net.Helpers" Version="2.4.1.4" />
<PackageVersion Include="Markdig" Version="0.34.0" />
<PackageVersion Include="Handlebars.Net" Version="2.1.4" />
<PackageVersion Include="JsonSchema.Net.Generation" Version="4.1.1" />
<PackageVersion Include="JsonSchema.Net.Generation" Version="3.5.1" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker" Version="1.20.1" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
<PackageVersion Include="Microsoft.Azure.Kusto.Data" Version="11.3.5" />
Expand Down

0 comments on commit aa6fded

Please sign in to comment.