Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "10.0.10",
"version": "10.0.11",
"commands": [
"dotnet-ef"
],
Expand Down
2 changes: 1 addition & 1 deletion src/Cluckwork.Api/Cluckwork.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.*" />
<!-- Pin patched Microsoft.OpenApi: transitive 2.0.0 has GHSA-v5pm-xwqc-g5wc (NU1903) -->
<PackageReference Include="Microsoft.OpenApi" Version="2.11.0" />
<PackageReference Include="Microsoft.OpenApi" Version="2.12.0" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update the integration-test lock file too

Bumping the API's direct Microsoft.OpenApi reference here also changes the transitive project dependency seen by tests/Cluckwork.Api.IntegrationTests, but that project's packages.lock.json is still pinned to Microsoft.OpenApi 2.11.0 and Cluckwork.Api dependency [2.11.0, ). In this state a solution restore with locked mode will require a lock-file update and fail with NU1004, so please regenerate and commit the integration-test lock file along with this package bump.

AGENTS.md reference: AGENTS.md:L203-L203

Useful? React with 👍 / 👎.

<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.*" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.*">
<PrivateAssets>all</PrivateAssets>
Expand Down
6 changes: 3 additions & 3 deletions src/Cluckwork.Api/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
},
"Microsoft.OpenApi": {
"type": "Direct",
"requested": "[2.11.0, )",
"resolved": "2.11.0",
"contentHash": "/ignjfdeKT2SGLIR7QEv19KnI0rvoxRG/TYDOZdK9EsWLjKK9IK8i1Mo5NRm9PRV3i64DzlTqnIflWvoyfljLg=="
"requested": "[2.12.0, )",
"resolved": "2.12.0",
"contentHash": "0xB/be+f6qYOhvQPUrVsLrau+fkowYv6gt9RIkajMhwT7sZnqtcA797yW3bS5kgSje+AQW4xZgyLnW641YFioQ=="
},
"OpenTelemetry.Exporter.OpenTelemetryProtocol": {
"type": "Direct",
Expand Down
Loading