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 e68ec7f commit 909476dCopy full SHA for 909476d
src/Identity/Core/src/Microsoft.AspNetCore.Identity.csproj
@@ -9,7 +9,9 @@
9
<IsPackable>false</IsPackable>
10
<IsTrimmable>true</IsTrimmable>
11
<EnableRequestDelegateGenerator>true</EnableRequestDelegateGenerator>
12
+ <!-- TODO: Remove InterceptorsPreview feature after 8.0 RC2 SDK is used for build -->
13
<Features>$(Features);InterceptorsPreview</Features>
14
+ <InterceptorsPreviewNamespaces>$(InterceptorsPreviewNamespaces);Microsoft.AspNetCore.Http.Generated</InterceptorsPreviewNamespaces>
15
</PropertyGroup>
16
17
<ItemGroup>
0 commit comments