v0.7.6
Changelog
v0.7.6 (2022-05-26)
🐛 Fixed bugs:
- Packing with Microsoft.Build.NoTargets doesn't put dependency under proper target framework group when reference other Microsoft.Build.NoTargets project #155
- Cannot use PackageRequireLicenseAcceptance = true with Microsoft.Build.NoTargets sdk #149
- Do BuildAction and CopyToOutput work? #143
🔀 Merged:
- Bump test dependencies #177 (@kzu)
- Allow specifying that packaging projects are framework specific #176 (@kzu)
- Fix contentFiles relative path in manifest #175 (@kzu)
- A few fixes for cleanup targets #166 (@gpwen)
- Fixed a few typos in the readme #161 (@AntonC9018)
New Contributors
- @AntonC9018 made their first contribution in #161
- @gpwen made their first contribution in #166