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
path: root/main
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2019-08-08 20:47:25 +0300
committerGitHub <noreply@github.com>2019-08-08 20:47:25 +0300
commit064804dd4f183814e5b7dbda0242e3a2f66b152c (patch)
tree244d73df091bcd6bf2d17bdcdb9c56a9d76a1abc /main
parent5d045c233907e34b1edddb100280ef21e1bc0eb3 (diff)
parent32aa33bbd738a66eb8f29976ef28659c1f775453 (diff)
Merge pull request #8324 from mono/backport-pr-8322-to-release-8.2
[release-8.2] Attempt to fix tests
Diffstat (limited to 'main')
-rw-r--r--main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj4
-rw-r--r--main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj4
2 files changed, 4 insertions, 4 deletions
diff --git a/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj b/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj
index 587bc7632f..f9d5af1870 100644
--- a/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj
+++ b/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj
@@ -59,7 +59,7 @@
<Private>False</Private>
</Reference>
<Reference Include="Xamarin.Mac">
- <HintPath>..\..\..\build\bin\Xamarin.Mac.dll</HintPath>
+ <HintPath>..\..\Xamarin.Mac.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="MonoDevelop.SourceEditor" Condition=" '$(Configuration)' == 'Debug' Or '$(Configuration)' == 'Release' ">
@@ -289,4 +289,4 @@
</When>
</Choose>
<Import Project="..\packages\StrongNamer\build\StrongNamer.targets" Condition="Exists('..\packages\StrongNamer\build\StrongNamer.targets')" Label="Paket" />
-</Project> \ No newline at end of file
+</Project>
diff --git a/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj b/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj
index 60768ba4df..f15270b00b 100644
--- a/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj
+++ b/main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj
@@ -56,7 +56,7 @@
<Private>False</Private>
</Reference>
<Reference Include="Xamarin.Mac">
- <HintPath>..\..\..\build\bin\Xamarin.Mac.dll</HintPath>
+ <HintPath>..\..\Xamarin.Mac.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.Workspaces">
@@ -378,4 +378,4 @@
</When>
</Choose>
<Import Project="..\packages\StrongNamer\build\StrongNamer.targets" Condition="Exists('..\packages\StrongNamer\build\StrongNamer.targets')" Label="Paket" />
-</Project> \ No newline at end of file
+</Project>