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 bd6924e commit 9d67971Copy full SHA for 9d67971
src/Directory.Build.props
@@ -19,6 +19,8 @@
19
20
<!-- enable interceptors language feature for Dapper globally (this by itself doesn't add AOT) -->
21
<InterceptorsNamespaces>$(InterceptorsNamespaces);Dapper.AOT</InterceptorsNamespaces>
22
+ <!-- for parity on down-level SDKs -->
23
+ <InterceptorsPreviewNamespaces>$(InterceptorsNamespaces)</InterceptorsPreviewNamespaces>
24
</PropertyGroup>
25
26
</Project>
0 commit comments