Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 2c5dd7a

Browse files
committed
Using the Profile 111 when unfolding the PCL project
Fixes bug#51274 - [NuGetizer] Multiplatform library uses PCL Profile 151 instead of Profile 111
1 parent 67040f3 commit 2c5dd7a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/VisualStudio/NuGet.Packaging.VisualStudio.14/Templates/Projects/PortableClassLibrary/PortableClassLibrary.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<AssemblyName>$safeprojectname$</AssemblyName>
1212
<FileAlignment>512</FileAlignment>
1313
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14-
<TargetFrameworkProfile>Profile151</TargetFrameworkProfile>
15-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
14+
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
15+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1818
<DebugSymbols>true</DebugSymbols>

src/VisualStudio/NuGet.Packaging.VisualStudio.15/Templates/Projects/PortableClassLibrary/PortableClassLibrary.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<AssemblyName>$safeprojectname$</AssemblyName>
1212
<FileAlignment>512</FileAlignment>
1313
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14-
<TargetFrameworkProfile>Profile151</TargetFrameworkProfile>
15-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
14+
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
15+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1818
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)