kgroener / Stayin-Alive

MIT License
1 stars 1 forks source link

Runner package doesn't work #24

Closed tomkuijsten closed 7 years ago

tomkuijsten commented 7 years ago

I think it's because the .target file has the wrong name. Should be the name of the package.

tomkuijsten commented 7 years ago

It does work now for .net 4.6.1 projects. The problem with netstandard is that the runner is a 4.6.1 project which need all libs from the NETStandard.Library package (all system dll's). The package is a dependency of the runner package, but those 4.6.1 files won't be copied to the output folder.

I suggest to close the issue.

kgroener commented 7 years ago

I agree