There was an error while loading. Please reload this page.
1 parent e769520 commit 71ef9f9Copy full SHA for 71ef9f9
1 file changed
src/ALCops.Common.Test/ALCops.Common.Test.csproj
@@ -49,6 +49,11 @@
49
<HintPath>$(BcDevToolsDir)/$(TargetFramework)/Microsoft.Dynamics.Nav.CodeAnalysis.dll</HintPath>
50
<Private>True</Private>
51
</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>
57
</ItemGroup>
58
<!-- Conventions/ is a shared source folder linked into every cop test project; Common itself ships no analyzers
59
and does not reference the Workspaces assembly those tests need. -->
0 commit comments