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/IdeUnitTests/IdeUnitTests.csproj
parentabd7da64cb41461543eb6d917b5fb2bac1a539e8 (diff)
Centralize the MD target framework version
Diffstat (limited to 'main/tests/IdeUnitTests/IdeUnitTests.csproj')
-rw-r--r--main/tests/IdeUnitTests/IdeUnitTests.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/IdeUnitTests/IdeUnitTests.csproj b/main/tests/IdeUnitTests/IdeUnitTests.csproj
index 0397f166b3..a0727377f5 100644
--- a/main/tests/IdeUnitTests/IdeUnitTests.csproj
+++ b/main/tests/IdeUnitTests/IdeUnitTests.csproj
@@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<RootNamespace>IdeUnitTests</RootNamespace>
<AssemblyName>IdeUnitTests</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
+ <TargetFrameworkVersion>$(MDFrameworkVersion)</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>