Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit e6cbb86

Browse files
committed
Update xproj
1 parent 1266591 commit e6cbb86

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/ServiceStack.Text/ServiceStack.Text.xproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2828
<ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
2929
</PropertyGroup>
30+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PCL|AnyCPU'">
31+
<ProduceOutputsOnBuild>True</ProduceOutputsOnBuild>
32+
</PropertyGroup>
3033
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
3134
</Project>

src/ServiceStack.Text/project.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,8 @@
5858
},
5959
"compilationOptions": { "define": [ "DNX451", "CORECLR" ] }
6060
}
61+
},
62+
"configurations": {
63+
"PCL": { }
6164
}
6265
}

0 commit comments

Comments
 (0)