Opened 9 years ago
Closed 2 years 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.
Change History (4)
comment:1 by , 7 years ago
Milestone: | 3.1 → 3.1.1 |
---|
comment:2 by , 7 years ago
Milestone: | 3.1.1 → 3.3 |
---|
comment:4 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Ticket retargeted after milestone closed