Attempting to use dotnet-releaser with NuGet Central Package Management^1 I get the error:
error NU1008: Projects that use central package version management should not define the version on the PackageReference items but on the PackageVersion
items: Packaging.Targets.
Hopefully fixed by 0aea1e5. Not sure if it is the best way to workaround it. A bit annoying to have to create entirely different ItemGroup path for them.
Attempting to use dotnet-releaser with NuGet Central Package Management^1 I get the error: