Skip to content

Commit e7b8274

Browse files
authored
Merge pull request #262 from IOTA-NET/261-bug-net-framework-needs-dll-in-output-dir
Added contentFiles and updated csproj .
2 parents 2664088 + 22caa61 commit e7b8274

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

IotaSDK.NET/IotaSDK.NET.csproj

+14
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,18 @@
6767
</None>
6868
</ItemGroup>
6969

70+
<ItemGroup>
71+
<Content Include="contentFiles\any\net48\iota_sdk.dll">
72+
<Pack>true</Pack>
73+
<PackagePath>contentFiles\any\net48\</PackagePath>
74+
<PackageCopyToOutput>true</PackageCopyToOutput>
75+
</Content>
76+
<Content Include="contentFiles\any\net48\libiota_sdk.so">
77+
<Pack>true</Pack>
78+
<PackagePath>contentFiles\any\net48\</PackagePath>
79+
<PackageCopyToOutput>true</PackageCopyToOutput>
80+
</Content>
81+
</ItemGroup>
82+
83+
7084
</Project>
23.1 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)