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>2019-01-08 08:06:14 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-01-11 04:42:15 +0300
commit1f04e4e5b8f2989a048e86289d8f6b8a67b14154 (patch)
treeef94bd190252ae0a5cef3410995ac6c30c792515 /main/msbuild
parent857941ea0bacd6bdbdbb687711a56ed279424de5 (diff)
Update target framework to 4.7.2
The new editor needs this. It's not a bad thing regardless.
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/MonoDevelop.AfterCommon.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/msbuild/MonoDevelop.AfterCommon.props b/main/msbuild/MonoDevelop.AfterCommon.props
index 43d5378021..187a860a21 100644
--- a/main/msbuild/MonoDevelop.AfterCommon.props
+++ b/main/msbuild/MonoDevelop.AfterCommon.props
@@ -6,7 +6,7 @@
<PropertyGroup>
<!-- target framework for the core and addins -->
- <MDFrameworkVersion>v4.7.1</MDFrameworkVersion>
+ <MDFrameworkVersion>v4.7.2</MDFrameworkVersion>
</PropertyGroup>
<!--