diff --git a/Directory.Packages.props b/Directory.Packages.props
index d4cd8fa690..145f260320 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -21,14 +21,14 @@
-
-
+
+
-
+
diff --git a/perf/Swashbuckle.AspNetCore.Benchmarks/XmlCommentsBenchmark.cs b/perf/Swashbuckle.AspNetCore.Benchmarks/XmlCommentsBenchmark.cs
index 380b55d7bc..ded53b6dc3 100644
--- a/perf/Swashbuckle.AspNetCore.Benchmarks/XmlCommentsBenchmark.cs
+++ b/perf/Swashbuckle.AspNetCore.Benchmarks/XmlCommentsBenchmark.cs
@@ -101,7 +101,7 @@ public void Setup()
{
Schema = new()
{
- Type = "string",
+ Type = JsonSchemaType.String,
Description = "schema-level description",
},
};
@@ -120,7 +120,7 @@ public void Setup()
{
Schema = new()
{
- Type = "string",
+ Type = JsonSchemaType.String,
},
},
},
diff --git a/src/Swashbuckle.AspNetCore.Annotations/AnnotationsOperationFilter.cs b/src/Swashbuckle.AspNetCore.Annotations/AnnotationsOperationFilter.cs
index 4904858be1..f4e2a32cef 100644
--- a/src/Swashbuckle.AspNetCore.Annotations/AnnotationsOperationFilter.cs
+++ b/src/Swashbuckle.AspNetCore.Annotations/AnnotationsOperationFilter.cs
@@ -10,9 +10,9 @@ public class AnnotationsOperationFilter : IOperationFilter
{
public void Apply(OpenApiOperation operation, OperationFilterContext context)
{
- IEnumerable