Skip to content
Merged
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 src/TrainLoop.Api/TrainLoop.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
release compatible with Microsoft.OpenApi 3.x is 11.0.0-preview+ (net11.0, requires
.NET 11 preview SDK/runtime) — revisit this pin when .NET 11 GA ships a stable
release with matching Microsoft.OpenApi 3.x support. -->
<PackageReference Include="Microsoft.OpenApi" Version="2.7.5" />
<PackageReference Include="Microsoft.OpenApi" Version="2.11.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/TrainLoop.Api.Tests/TrainLoop.Api.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="coverlet.collector" Version="10.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
<!-- Pinned to match TrainLoop.Api.csproj — see comment there for why 3.x is unsafe. -->
<PackageReference Include="Microsoft.OpenApi" Version="2.7.5" />
<PackageReference Include="Microsoft.OpenApi" Version="2.11.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
Expand Down