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

Commit a722bf2

Browse files
authored
Merge pull request #83 from adalon/dev
Using the Profile 111 when unfolding the PCL project
2 parents 67040f3 + 8bd2cbd commit a722bf2

5 files changed

Lines changed: 7 additions & 7 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.14/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Clarius.VisualStudio": "1.3.7",
44
"Clide.Installer": "3.0.105-pre",
55
"GitInfo": "1.1.32",
6-
"Merq": "1.0.1-alpha",
6+
"Merq": "1.1.3-alpha",
77
"Microsoft.VisualStudio.ProjectSystem.SDK": "14.1.127-pre",
88
"Microsoft.VisualStudio.Shell.14.0": "14.3.25407",
99
"Microsoft.VisualStudio.Shell.Interop.11.0": "11.0.61030",

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>

src/VisualStudio/NuGet.Packaging.VisualStudio.15/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Clarius.VisualStudio": "1.3.7",
44
"Clide.Installer": "3.0.105-pre",
55
"GitInfo": "1.1.32",
6-
"Merq": "1.0.1-alpha",
6+
"Merq": "1.1.3-alpha",
77
"Microsoft.VisualStudio.ProjectSystem.SDK": "15.0.594-pre",
88
"Microsoft.VisualStudio.Shell.14.0": "14.3.25407",
99
"Microsoft.VisualStudio.Shell.Interop.11.0": "11.0.61030",

src/VisualStudio/NuGet.Packaging.VisualStudio/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"Clide": "3.0.105-pre",
44
"GitInfo": "1.1.32",
5-
"Merq": "1.0.1-alpha",
5+
"Merq": "1.1.3-alpha",
66
"Microsoft.VisualStudio.Shell.14.0": "14.3.25407",
77
"Microsoft.VisualStudio.Shell.Interop.11.0": "11.0.61030",
88
"MSBuilder.ThisAssembly.Project": "0.3.1",

0 commit comments

Comments
 (0)