Skip to content

Commit a852d29

Browse files
committed
chore: Adding the CoreHook Generator to the analyzers in the nuget package.
1 parent 537a59d commit a852d29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CoreHook.Generator/CoreHook.Generator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>10.0</LangVersion>
66
<EnforceExtendedAnalyzerRules>True</EnforceExtendedAnalyzerRules>
77
<Nullable>enable</Nullable>
8-
<IncludeBuildOutput>false</IncludeBuildOutput>
8+
<!--<IncludeBuildOutput>false</IncludeBuildOutput>-->
99
</PropertyGroup>
1010

1111
<ItemGroup>

CoreHook/CoreHook.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<ItemGroup>
6565
<ProjectReference Include="..\CoreHook.BinaryInjection\CoreHook.BinaryInjection.csproj" />
66-
<ProjectReference Include="..\CoreHook.Generator\CoreHook.Generator.csproj" />
66+
<ProjectReference Include="..\CoreHook.Generator\CoreHook.Generator.csproj" PackFolder="analyzers\dotnet\cs\" />
6767
</ItemGroup>
6868

6969
<ItemGroup Label="Additional dependencies to include in the Nuget package">

0 commit comments

Comments
 (0)