Opened 8 years ago

Closed 18 months ago

#2577 closed task (fixed)

Use MSBuild .targets for NuGet packages

Reported by: jng Owned by: jng
Priority: medium Milestone: 4.0
Component: General Version:
Severity: minor Keywords:
Cc: External ID:

Description

Our current NuGet packages use powershell scripts to inject the necessary post-build events to copy the native dlls to the application's output directory.

We should change this so that it uses a MSBuild .targets file to do the same thing.

See: http://stackoverflow.com/questions/19478775/add-native-files-from-nuget-package-to-project-output-directory

Change History (4)

comment:1 by jng, 6 years ago

Milestone: 3.13.1.1

Ticket retargeted after milestone closed

comment:2 by jng, 6 years ago

Milestone: 3.1.13.3

comment:3 by jng, 5 years ago

Milestone: 3.34.0

Milestone renamed

comment:4 by jng, 18 months ago

Resolution: fixed
Status: newclosed

Fixed with the new .net bindings where the use of the SDK-style csproj project files on the .net bindings produces NuGet packages where native lib dependencies are a first-class concept.

Note: See TracTickets for help on using tickets.