Skip to content

Commit 17bc76f

Browse files
committed
Merge pull request dotnet#1010 from ericstj/port-pcl-inbox
[RC2] Add placeholders for PCL profiles
2 parents eb6b7a8 + 555e24d commit 17bc76f

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

src/System.ServiceModel.Duplex/pkg/System.ServiceModel.Duplex.pkgproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<InboxOnTargetFramework Include="net45" />
1111
<InboxOnTargetFramework Include="win8" />
12+
<InboxOnTargetFramework Include="portable-net45+win8" />
1213

1314
<ProjectReference Include="..\..\System.Private.ServiceModel\pkg\System.Private.ServiceModel.pkgproj">
1415
<PackageTargetFramework>netstandardapp1.5</PackageTargetFramework>

src/System.ServiceModel.Http/pkg/System.ServiceModel.Http.pkgproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<InboxOnTargetFramework Include="MonoTouch10" />
1818
<InboxOnTargetFramework Include="net45" />
1919
<InboxOnTargetFramework Include="win8" />
20-
<InboxOnTargetFramework Include="wp80" />
20+
<InboxOnTargetFramework Include="wp8" />
21+
<InboxOnTargetFramework Include="portable-net45+win8+wp8" />
2122
<InboxOnTargetFramework Include="xamarinios10" />
2223
<InboxOnTargetFramework Include="xamarinmac20" />
2324
<InboxOnTargetFramework Include="xamarintvos10" />

src/System.ServiceModel.NetTcp/pkg/System.ServiceModel.NetTcp.pkgproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<!-- although this contract is inbox in .Net 4.5, we ship the new version as out-of-box in .Net 4.6 and later. -->
1414
<InboxOnTargetFramework Include="net45" />
1515
<InboxOnTargetFramework Include="win8" />
16+
<InboxOnTargetFramework Include="portable-net45+win8" />
1617

1718
<ProjectReference Include="..\..\System.Private.ServiceModel\pkg\System.Private.ServiceModel.pkgproj">
1819
<PackageTargetFramework>netstandardapp1.5</PackageTargetFramework>

src/System.ServiceModel.Primitives/pkg/System.ServiceModel.Primitives.pkgproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<InboxOnTargetFramework Include="net45" />
2020
<InboxOnTargetFramework Include="win8" />
2121
<InboxOnTargetFramework Include="wp8" />
22+
<InboxOnTargetFramework Include="portable-net45+win8+wp8" />
2223
<InboxOnTargetFramework Include="xamarinios10" />
2324
<InboxOnTargetFramework Include="xamarinmac20" />
2425
<InboxOnTargetFramework Include="xamarintvos10" />

src/System.ServiceModel.Security/pkg/System.ServiceModel.Security.pkgproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<!-- although this contract is inbox in .Net 4.5, we ship the new version as out-of-box in .Net 4.6 and later. -->
1414
<InboxOnTargetFramework Include="net45" />
1515
<InboxOnTargetFramework Include="win8" />
16-
<InboxOnTargetFramework Include="wp80" />
16+
<InboxOnTargetFramework Include="wp8" />
17+
<InboxOnTargetFramework Include="portable-net45+win8+wp8" />
1718

1819
<ProjectReference Include="..\..\System.Private.ServiceModel\pkg\System.Private.ServiceModel.pkgproj">
1920
<PackageTargetFramework>netstandardapp1.5</PackageTargetFramework>

0 commit comments

Comments
 (0)