Skip to content

Commit

Permalink
chore: Adding the CoreHook Generator to the analyzers in the nuget pa…
Browse files Browse the repository at this point in the history
…ckage.
  • Loading branch information
wokhan committed Aug 5, 2024
1 parent 537a59d commit a852d29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CoreHook.Generator/CoreHook.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>10.0</LangVersion>
<EnforceExtendedAnalyzerRules>True</EnforceExtendedAnalyzerRules>
<Nullable>enable</Nullable>
<IncludeBuildOutput>false</IncludeBuildOutput>
<!--<IncludeBuildOutput>false</IncludeBuildOutput>-->
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CoreHook/CoreHook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<ItemGroup>
<ProjectReference Include="..\CoreHook.BinaryInjection\CoreHook.BinaryInjection.csproj" />
<ProjectReference Include="..\CoreHook.Generator\CoreHook.Generator.csproj" />
<ProjectReference Include="..\CoreHook.Generator\CoreHook.Generator.csproj" PackFolder="analyzers\dotnet\cs\" />
</ItemGroup>

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

0 comments on commit a852d29

Please sign in to comment.