Skip to content

Commit 0d36c1e

Browse files
committed
Update Ninject.MockingKernel.FakeItEasy.build
Exclude netcf-3.5
1 parent 36b9f61 commit 0d36c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Ninject.MockingKernel.FakeItEasy.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<project name="Ninject" default="build">
3-
<target name="buildFakeItEasy" unless="${string::contains(build.platform, 'silverlight-4.0')}">
3+
<target name="buildFakeItEasy" unless="${string::contains(build.platform, 'silverlight-4.0') or string::contains(build.platform, 'netcf-3.5')}">
44
<property name="product.assembly.FakeItEasy" value="${product.name}.FakeItEasy.dll" overwrite="false"/>
55
<property name="product.docfile.FakeItEasy" value="${product.name}.FakeItEasy.xml" overwrite="false"/>
66

@@ -50,4 +50,4 @@
5050
<msbuild project="${nuget.project}" />
5151
<call target="nuget-run"/>
5252
</target>
53-
</project>
53+
</project>

0 commit comments

Comments
 (0)