Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2017-01-12 18:41:34 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2017-01-12 18:41:34 +0300
commited06bed9adfec359bf52253731956c5a6b21e1ae (patch)
treedff718907b345e0e7a919e06c66c6aaf60ddddaa /main/src/addins/Deployment
parentcc30042e30f5e22b7eefe04db0b6b0611e238eb2 (diff)
[Build] Fix SCI references.
Diffstat (limited to 'main/src/addins/Deployment')
-rw-r--r--main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.csproj b/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.csproj
index b7dd118fec..9907c60cd4 100644
--- a/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.csproj
+++ b/main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.csproj
@@ -91,7 +91,7 @@
</Reference>
<Reference Include="ICSharpCode.SharpZipLib" />
<Reference Include="System.Collections.Immutable">
- <HintPath>..\..\..\..\external\roslyn\Binaries\Release\System.Collections.Immutable.dll</HintPath>
+ <HintPath>..\..\..\..\build\bin\System.Collections.Immutable.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>