Skip to content

Commit ca751bb

Browse files
committed
Fix net35 test build.
1 parent 5fb2430 commit ca751bb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/MsgPack.UnitTest.Net35/MsgPack.UnitTest.Net35.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,15 @@
3636
<None Include="..\..\src\MsgPack.snk">
3737
<Link>MsgPack.snk</Link>
3838
</None>
39-
</ItemGroup>
39+
<None Include="..\MsgPack.UnitTest\cases.json">
40+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
41+
</None>
42+
<None Include="..\MsgPack.UnitTest\cases.mpac">
43+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
44+
</None>
45+
<None Include="..\MsgPack.UnitTest\cases_compact.mpac">
46+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
47+
</None> </ItemGroup>
4048
<ItemGroup>
4149
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
4250
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />

0 commit comments

Comments
 (0)