Skip to content

Commit 909476d

Browse files
authored
Handle obsolete InterceptorsPreview with .NET 8 RC2 SDK (#50797)
1 parent e68ec7f commit 909476d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Identity/Core/src/Microsoft.AspNetCore.Identity.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<IsPackable>false</IsPackable>
1010
<IsTrimmable>true</IsTrimmable>
1111
<EnableRequestDelegateGenerator>true</EnableRequestDelegateGenerator>
12+
<!-- TODO: Remove InterceptorsPreview feature after 8.0 RC2 SDK is used for build -->
1213
<Features>$(Features);InterceptorsPreview</Features>
14+
<InterceptorsPreviewNamespaces>$(InterceptorsPreviewNamespaces);Microsoft.AspNetCore.Http.Generated</InterceptorsPreviewNamespaces>
1315
</PropertyGroup>
1416

1517
<ItemGroup>

0 commit comments

Comments
 (0)