-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Area-NetSDKnative-assetsIssues related to how the SDK should deal with Native assetsIssues related to how the SDK should deal with Native assetsuntriagedRequest triage from a team memberRequest triage from a team member
Milestone
Description
Ideally, I would like to add the following directly to my *.csproj and have the correct native library used.
<ItemGroup>
<None Update="runtimes\linux-x64\native\libsqlite3.so">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="runtimes\osx-x64\native\libsqlite3.dylib">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="runtimes\win7-x86\native\sqlite3.dll">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>Unfortunately, native assets only appear to work with NuGet packages and not projects (or project references).
natemcmaster, dasMulli, javagg, ShawnC7208, asmichi and 6 more
Metadata
Metadata
Assignees
Labels
Area-NetSDKnative-assetsIssues related to how the SDK should deal with Native assetsIssues related to how the SDK should deal with Native assetsuntriagedRequest triage from a team memberRequest triage from a team member