Skip to content

Commit 6fe5b3a

Browse files
ericstjViktorHofer
authored andcommitted
Update path to Microsoft.CodeAnalysis.NetAnalyzers.dll
(cherry picked from commit d2f5000)
1 parent 809327b commit 6fe5b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/LibraryImportGenerator.Unit.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<Target Name="AddNetAnalyzersAssemblyAsReference" BeforeTargets="ResolveAssemblyReferences" DependsOnTargets="ResolveProjectReferences">
5555
<ItemGroup>
56-
<Reference Include="$(PkgMicrosoft_CodeAnalysis_NetAnalyzers)/analyzers/dotnet/cs/Microsoft.CodeAnalysis.NetAnalyzers.dll" />
56+
<Reference Include="$(PkgMicrosoft_CodeAnalysis_NetAnalyzers)/analyzers/dotnet/Microsoft.CodeAnalysis.NetAnalyzers.dll" />
5757
</ItemGroup>
5858
</Target>
5959
</Project>

0 commit comments

Comments
 (0)