We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537a59d commit a852d29Copy full SHA for a852d29
CoreHook.Generator/CoreHook.Generator.csproj
@@ -5,7 +5,7 @@
5
<LangVersion>10.0</LangVersion>
6
<EnforceExtendedAnalyzerRules>True</EnforceExtendedAnalyzerRules>
7
<Nullable>enable</Nullable>
8
- <IncludeBuildOutput>false</IncludeBuildOutput>
+ <!--<IncludeBuildOutput>false</IncludeBuildOutput>-->
9
</PropertyGroup>
10
11
<ItemGroup>
CoreHook/CoreHook.csproj
@@ -63,7 +63,7 @@
63
64
65
<ProjectReference Include="..\CoreHook.BinaryInjection\CoreHook.BinaryInjection.csproj" />
66
- <ProjectReference Include="..\CoreHook.Generator\CoreHook.Generator.csproj" />
+ <ProjectReference Include="..\CoreHook.Generator\CoreHook.Generator.csproj" PackFolder="analyzers\dotnet\cs\" />
67
</ItemGroup>
68
69
<ItemGroup Label="Additional dependencies to include in the Nuget package">
0 commit comments