We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0151a8 commit 8f737c1Copy full SHA for 8f737c1
1 file changed
test/Swashbuckle.AspNetCore.SwaggerGen.Test/VerifyTests.cs
@@ -142,9 +142,9 @@ public async Task ActionWithProducesAttributeAndProvidedOpenApiOperation()
142
["200"] = new OpenApiResponse()
143
{
144
#if NET11_0_OR_GREATER
145
- Content = new Dictionary<string, IOpenApiMediaType>
+ Content = new Dictionary<string, IOpenApiMediaType>
146
#else
147
- Content = new Dictionary<string, OpenApiMediaType>
+ Content = new Dictionary<string, OpenApiMediaType>
148
#endif
149
150
["application/someMediaType"] = new OpenApiMediaType()
0 commit comments