Skip to content

Commit 3e8240a

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 82c6809 commit 3e8240a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelliTect.Analyzer/IntelliTect.Analyzer/IntelliTect.Analyzer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<ItemGroup>
4444
<None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="" />
4545
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
46-
<None Include="..\IntelliTect.Analyzer.CodeFixes\bin\$(Configuration)\netstandard2.0\IntelliTect.Analyzer.CodeFixes.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
46+
<None Include="..\IntelliTect.Analyzer.CodeFixes\bin\$(Configuration)\$(TargetFramework)\IntelliTect.Analyzer.CodeFixes.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4747
<None Include="..\..\intellitect-avatar.png" Pack="true" PackagePath="" />
4848
<None Include="..\..\README.md" Pack="true" PackagePath="" />
4949
</ItemGroup>

0 commit comments

Comments
 (0)