System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 13c5432716328e07f5795edb77576b41d40ecf44
Title: SQLite core package on project that targets x64 only deploys both x64 and x86 folders
Status: Closed Type: Incident
Severity: Minor Priority: Medium
Subsystem: NuGetPackage Resolution: Works_As_Designed
Last Modified: 2020-02-06 02:40:09
Version Found In: 1.1.12
User Comments:
anonymous added on 2020-02-04 12:14:28:

I have a project that only targets x64 platform. When using the sqlite core package it is cpying both x64 and x86 folders to my output directory.

Although this does not affect any behaviour, is it possible to configure the nuspec to only deploy the folders accordingly with the project target platform?


mistachkin added on 2020-02-06 02:40:09:

In order to make applications easily deployable via XCOPY, this is by design.