I'm a big fan of MSBuild tasks like GitVersionTask, xUnit.MSBuild or OctoPack and use them to version, test and package my assemblies during build time.
Here's my question:
Is there an alternative or equivalent to MSBuild tasks in the new .NET Core world where you have project.json files instead of csproj files?