Skip to content

Commit c2406fd

Browse files
dsymeKevinRansom
authored andcommitted
fix assembly reference (#3646)
1 parent 46df51f commit c2406fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vsintegration/Vsix/VisualFSharpOpenSource/VisualFSharpOpenSource.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@
324324
<SpecificVersion>False</SpecificVersion>
325325
<HintPath>$(FSharpSourcesRoot)\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
326326
</Reference>
327-
<Reference Include="System.Collections.Immutable, Version=1.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
328-
<HintPath>$(FSharpSourcesRoot)\..\packages\System.Collections.Immutable.$(SystemCollectionsImmutableVersion)\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
327+
<Reference Include="System.Collections.Immutable, Version=1.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
328+
<HintPath>$(FSharpSourcesRoot)\..\packages\System.Collections.Immutable.1.3.1\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
329329
</Reference>
330330
</ItemGroup>
331331
<Import Project="$(FSharpSourcesRoot)\..\vsintegration\src\FSharp.tools.targets" />

0 commit comments

Comments
 (0)