Conversation
nils-a
left a comment
There was a problem hiding this comment.
Thank you for the PR.
You can, however, drop the net461 and netstandard2.0 TFMs. Cake 2.0 dropped support for those.
augustoproiete
left a comment
There was a problem hiding this comment.
Looks good. Same comments as @nils-a + .NET 6 SDK install needed
|
.NET 6 SDK is already installed because appveyor uses the |
|
@augustoproiete Should I update the Github 'Build' action and use the |
You're correct, except that this project no longer seems to be using AppVeyor for builds... Instead builds are using GitHub actions, so .NET 6 install should be here: https://github.com/cake-contrib/Cake.FileHelpers/blob/4.0.1/.github/workflows/build.yml Example from @nils-a https://github.com/cake-contrib/Cake.ExtendedNuGet/blob/5.0.0/.github/workflows/build.yml#L31-L38 |
Yes, please 😄 |
2e3d6cf to
315f75c
Compare
|
@twenzel your changes have been merged, thanks for your contribution 👍 |
Fixes #78, #77, #79, #76