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:
authortherzok <marius.ungureanu@xamarin.com>2018-08-02 17:28:40 +0300
committerMarius Ungureanu <teromario@yahoo.com>2018-08-02 23:32:56 +0300
commit72f6232fe156cef21b7922ac6f9a4980f282297a (patch)
tree7b1b6cdb5fa425c67d7030adcdf3ca7833bded17 /main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
parentcb49249ec6b403f1b931108f6e9a8552773d3c7c (diff)
Consolidate System.ValueTuple target framework
Diffstat (limited to 'main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj')
-rw-r--r--main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
index 652b5e8661..77cc7568e0 100644
--- a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
+++ b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
@@ -24,7 +24,7 @@
<Private>False</Private>
</Reference>
<Reference Include="System.ValueTuple">
- <HintPath>..\..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
+ <HintPath>..\..\packages\System.ValueTuple.4.4.0\lib\net461\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.Workspaces">
<HintPath>..\..\build\bin\Microsoft.CodeAnalysis.Workspaces.dll</HintPath>