Skip to content

Commit 14d0d0f

Browse files
committed
Fix build
1 parent 0cfe7c5 commit 14d0d0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Middleware/CORS/src/Microsoft.AspNetCore.Cors.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing.
@@ -13,6 +13,7 @@ Microsoft.AspNetCore.Cors.EnableCorsAttribute</Description>
1313

1414
<ItemGroup>
1515
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
16+
<Reference Include="Microsoft.AspNetCore.Routing" />
1617
<Reference Include="Microsoft.Extensions.Configuration.Abstractions" />
1718
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
1819
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />

0 commit comments

Comments
 (0)