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 942f7f2 commit 2f272d3Copy full SHA for 2f272d3
src/AutoLoggerMessageGenerator/AutoLoggerMessageGenerator.targets
@@ -1,7 +1,7 @@
1
<Project InitialTargets="stbychkov_AutoLoggerMessage_Interceptors">
2
<Target Name="stbychkov_AutoLoggerMessage_Interceptors">
3
<PropertyGroup>
4
- <InterceptorsNamespaces>$(InterceptorsPreviewNamespaces);Microsoft.Extensions.Logging.AutoLoggerMessage</InterceptorsNamespaces>
+ <InterceptorsNamespaces>$(InterceptorsNamespaces);Microsoft.Extensions.Logging.AutoLoggerMessage</InterceptorsNamespaces>
5
<InterceptorsPreviewNamespaces>$(InterceptorsPreviewNamespaces);Microsoft.Extensions.Logging.AutoLoggerMessage</InterceptorsPreviewNamespaces>
6
</PropertyGroup>
7
</Target>
0 commit comments