diff --git a/backend/JuggerHub.Api.csproj b/backend/JuggerHub.Api.csproj index 5add09e..8ae499f 100644 --- a/backend/JuggerHub.Api.csproj +++ b/backend/JuggerHub.Api.csproj @@ -35,22 +35,25 @@ - - - - - - - - - + fixed in 2.7.5). Must stay on the 2.x major: AspNetCore.OpenApi 10.x (net10.0) + depends on Microsoft.OpenApi 2.x, and its source generator assigns to + IOpenApiMediaType.Example, which became read-only in 3.x (build error CS0200). + Moving to 3.x requires AspNetCore.OpenApi 11.x / .NET 11. --> + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + diff --git a/backend/tests/JuggerHub.Api.IntegrationTests/JuggerHub.Api.IntegrationTests.csproj b/backend/tests/JuggerHub.Api.IntegrationTests/JuggerHub.Api.IntegrationTests.csproj index ab87903..f0bc7f6 100644 --- a/backend/tests/JuggerHub.Api.IntegrationTests/JuggerHub.Api.IntegrationTests.csproj +++ b/backend/tests/JuggerHub.Api.IntegrationTests/JuggerHub.Api.IntegrationTests.csproj @@ -7,13 +7,13 @@ - - - - - + + + + + - +