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:
authorMatt Ward <matt.ward@xamarin.com>2017-01-09 12:55:09 +0300
committerMatt Ward <matt.ward@xamarin.com>2017-01-09 13:00:33 +0300
commitf2543eadd4f351f8e3a1fef436c18ed86902e438 (patch)
treefdc2a72ca01ffa98fa3718404a2d590e5a21f81b /main/src/addins/MonoDevelop.Packaging
parent2d1c20b626fd454da448c69359764ef7f02d964c (diff)
[Packaging] Use PCL profile 111 in multiplatform project template
Fixed bug #51273 - Multiplatform library uses PCL Profile 78 instead of Profile 111 https://bugzilla.xamarin.com/show_bug.cgi?id=51273 Switching from PCL profile 78 to 111 makes the project template consistent with the standalone PCL project template.
Diffstat (limited to 'main/src/addins/MonoDevelop.Packaging')
-rw-r--r--main/src/addins/MonoDevelop.Packaging/Templates/CrossPlatformLibrary.xpt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Packaging/Templates/CrossPlatformLibrary.xpt.xml b/main/src/addins/MonoDevelop.Packaging/Templates/CrossPlatformLibrary.xpt.xml
index af39670c7f..e0a6edcd6b 100644
--- a/main/src/addins/MonoDevelop.Packaging/Templates/CrossPlatformLibrary.xpt.xml
+++ b/main/src/addins/MonoDevelop.Packaging/Templates/CrossPlatformLibrary.xpt.xml
@@ -25,7 +25,7 @@
<Project name="${ProjectName}" directory = "." type="C#PortableLibrary" if="CreatePortableProject">
<Options Target="Library"
- TargetFrameworkVersion=".NETPortable,Version=v4.5,Profile=Profile78"
+ TargetFrameworkVersion=".NETPortable,Version=v4.5,Profile=Profile111"
DefaultNamespace="${ProjectName}"
HideGettingStarted="true" />
<Packages>