Skip to content

Commit

Permalink
Try to fix analyzers not showing up in non-SDK style projects
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Apr 28, 2024
1 parent 2c74c36 commit 9cbb182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/xunit.analyzers/xunit.analyzers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Installing this package provides code analyzers to help developers find and fix
<file target="_content\" src="..\..\README.md" />
<file target="_content\" src="..\..\tools\media\logo-128-transparent.png" />

<!-- Put a non-Roslyn copy in just the CS folder, for pre-SDK style projects -->
<file target="analyzers\dotnet\cs\" src="..\xunit.analyzers.fixes.roslyn311\bin\$Configuration$\netstandard2.0\xunit.analyzers.dll" />
<file target="analyzers\dotnet\cs\" src="..\xunit.analyzers.fixes.roslyn311\bin\$Configuration$\netstandard2.0\xunit.analyzers.fixes.dll" />

<file target="analyzers\dotnet\roslyn3.11\cs\" src="..\xunit.analyzers.fixes.roslyn311\bin\$Configuration$\netstandard2.0\xunit.analyzers.dll" />
<file target="analyzers\dotnet\roslyn3.11\cs\" src="..\xunit.analyzers.fixes.roslyn311\bin\$Configuration$\netstandard2.0\xunit.analyzers.fixes.dll" />

Expand Down

0 comments on commit 9cbb182

Please sign in to comment.