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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2013-08-27 21:38:10 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-08-27 21:51:08 +0400
commitffa45db1a6033c2900ae9fec88a970c87c38e545 (patch)
treea3f9b4cf9841ea331cbc8ab5e42e75dd4ab960f3 /main/src/core/Mono.Texteditor
parente4ee3b3d09385ac07958475aa0420897d91e8e26 (diff)
Revert "Upgrade core and addins to 4.5 runtime"
This reverts commit 9656726c1e2b96cdfdbb9506eb1ac1c93b91befd. Reverting until we get the installer updated to check the dependency.
Diffstat (limited to 'main/src/core/Mono.Texteditor')
-rw-r--r--main/src/core/Mono.Texteditor/Mono.TextEditor.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/core/Mono.Texteditor/Mono.TextEditor.csproj b/main/src/core/Mono.Texteditor/Mono.TextEditor.csproj
index 8582c840b0..f0b312e35b 100644
--- a/main/src/core/Mono.Texteditor/Mono.TextEditor.csproj
+++ b/main/src/core/Mono.Texteditor/Mono.TextEditor.csproj
@@ -9,7 +9,6 @@
<OutputType>Library</OutputType>
<AssemblyName>Mono.TextEditor</AssemblyName>
<RootNamespace>Mono.TextEditor</RootNamespace>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>