Skip to content

Commit 71ef9f9

Browse files
Hopefully repair 2 failing test runs
1 parent e769520 commit 71ef9f9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/ALCops.Common.Test/ALCops.Common.Test.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
<HintPath>$(BcDevToolsDir)/$(TargetFramework)/Microsoft.Dynamics.Nav.CodeAnalysis.dll</HintPath>
5050
<Private>True</Private>
5151
</Reference>
52+
<Reference Include="System.Collections.Immutable"
53+
Condition="Exists('$(BcDevToolsDir)/$(TargetFramework)/System.Collections.Immutable.dll')">
54+
<HintPath>$(BcDevToolsDir)/$(TargetFramework)/System.Collections.Immutable.dll</HintPath>
55+
<Private>True</Private>
56+
</Reference>
5257
</ItemGroup>
5358
<!-- Conventions/ is a shared source folder linked into every cop test project; Common itself ships no analyzers
5459
and does not reference the Workspaces assembly those tests need. -->

0 commit comments

Comments
 (0)