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 0cfe7c5 commit 14d0d0fCopy full SHA for 14d0d0f
src/Middleware/CORS/src/Microsoft.AspNetCore.Cors.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<Description>CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing.
@@ -13,6 +13,7 @@ Microsoft.AspNetCore.Cors.EnableCorsAttribute</Description>
13
14
<ItemGroup>
15
<Reference Include="Microsoft.AspNetCore.Http.Extensions" />
16
+ <Reference Include="Microsoft.AspNetCore.Routing" />
17
<Reference Include="Microsoft.Extensions.Configuration.Abstractions" />
18
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
19
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
0 commit comments