Skip to content

Commit 794c900

Browse files
committed
Fix broken cref
1 parent 5c68b37 commit 794c900

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Http/Routing/src/Builder/RoutingEndpointConventionBuilderExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using Microsoft.AspNetCore.Http.Metadata;
55
using Microsoft.AspNetCore.Routing;
66
using Microsoft.AspNetCore.WebUtilities;
7+
using Microsoft.AspNetCore.Mvc.ApiExplorer;
78

89
namespace Microsoft.AspNetCore.Builder;
910

src/Http/Routing/src/Microsoft.AspNetCore.Routing.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
4747
<Reference Include="Microsoft.AspNetCore.Http.Features" />
4848
<Reference Include="Microsoft.AspNetCore.Http.Abstractions" />
49+
<Reference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" />
4950
<Reference Include="Microsoft.AspNetCore.Routing.Abstractions" />
5051
<Reference Include="Microsoft.Extensions.Diagnostics" />
5152
<Reference Include="Microsoft.Extensions.Features" />

0 commit comments

Comments
 (0)