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
path: root/main
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2016-09-20 22:05:05 +0300
committertherzok <marius.ungureanu@xamarin.com>2016-09-20 22:15:39 +0300
commit60e62f0b9f2a3706f80c42dd37322bc3f23e1194 (patch)
treec6f76f344a6c9cbfca4d56460a1f758fe0ee24f7 /main
parentb53d6d31bd676a499c1f14e7cbb33ef389df0a8c (diff)
[Templates] Switch PCL profile to 111
Bug 44293 - Incorrect target framework profile for new PCL in XS compared to VS
Diffstat (limited to 'main')
-rw-r--r--main/src/addins/CSharpBinding/templates/PortableLibrary.xpt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/CSharpBinding/templates/PortableLibrary.xpt.xml b/main/src/addins/CSharpBinding/templates/PortableLibrary.xpt.xml
index f2e90fd359..5f0147cad2 100644
--- a/main/src/addins/CSharpBinding/templates/PortableLibrary.xpt.xml
+++ b/main/src/addins/CSharpBinding/templates/PortableLibrary.xpt.xml
@@ -27,7 +27,7 @@
</Options>
<Project name = "${ProjectName}" directory = "." type="C#PortableLibrary">
- <Options Target = "Library" TargetFrameworkVersion = ".NETPortable,Version=v4.5,Profile=Profile78"/>
+ <Options Target = "Library" TargetFrameworkVersion = ".NETPortable,Version=v4.5,Profile=Profile111"/>
<References>
</References>
<Files>