Skip to content

Commit 6ae8699

Browse files
committed
Attempt to fix tests
1 parent 58476d8 commit 6ae8699

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

main/external/fsharpbinding/MonoDevelop.FSharp.Tests/MonoDevelop.FSharp.Tests.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<Private>False</Private>
6060
</Reference>
6161
<Reference Include="Xamarin.Mac">
62-
<HintPath>..\..\..\build\bin\Xamarin.Mac.dll</HintPath>
62+
<HintPath>..\..\Xamarin.Mac.dll</HintPath>
6363
<Private>False</Private>
6464
</Reference>
6565
<Reference Include="MonoDevelop.SourceEditor" Condition=" '$(Configuration)' == 'Debug' Or '$(Configuration)' == 'Release' ">
@@ -289,4 +289,4 @@
289289
</When>
290290
</Choose>
291291
<Import Project="..\packages\StrongNamer\build\StrongNamer.targets" Condition="Exists('..\packages\StrongNamer\build\StrongNamer.targets')" Label="Paket" />
292-
</Project>
292+
</Project>

main/external/fsharpbinding/MonoDevelop.FSharpBinding/MonoDevelop.FSharp.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<Private>False</Private>
5757
</Reference>
5858
<Reference Include="Xamarin.Mac">
59-
<HintPath>..\..\..\build\bin\Xamarin.Mac.dll</HintPath>
59+
<HintPath>..\..\Xamarin.Mac.dll</HintPath>
6060
<Private>False</Private>
6161
</Reference>
6262
<Reference Include="Microsoft.CodeAnalysis.Workspaces">
@@ -378,4 +378,4 @@
378378
</When>
379379
</Choose>
380380
<Import Project="..\packages\StrongNamer\build\StrongNamer.targets" Condition="Exists('..\packages\StrongNamer\build\StrongNamer.targets')" Label="Paket" />
381-
</Project>
381+
</Project>

0 commit comments

Comments
 (0)