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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2018-06-16 06:22:24 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2018-06-20 16:59:38 +0300
commit2b9a36e536b33d64f0726a6cd407ee3ad46c442f (patch)
tree05a71ce50bdfcc5f67f87d3919adb24ee6073d6d /main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
parentabd7da64cb41461543eb6d917b5fb2bac1a539e8 (diff)
Centralize the MD target framework version
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 813f51ff25..486c757c09 100644
--- a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
+++ b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
@@ -12,7 +12,7 @@
<AssemblyName>MonoDevelop.Ide.Tests</AssemblyName>
<TestRunnerCommand>..\..\build\bin\mdtool.exe</TestRunnerCommand>
<TestRunnerArgs>run-md-tests</TestRunnerArgs>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
+ <TargetFrameworkVersion>$(MDFrameworkVersion)</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>