legrab
Results
2
issues of
legrab
### Description When building "net6.0-windows" targeted projects, paket pack will not include the dll of that build in the nuget package. When targeting "net6.0-windows7.0", it works. Since paket.dependencies handles net6.0-windows...
### Description Running paket pack on an SDK style project that builds without the _TargetFramework_ subdirectory will not find the assembly. Using `AppendTargetFrameworkToOutputPath` set to `false` or specifying `OutDir` instead...