NuGet packing fails to pack the README
berezovskyi opened this issue · 1 comments
berezovskyi commented
The relevant property is only supported my MSBuild since .NET 5: https://learn.microsoft.com/en-us/nuget/reference/msbuild-targets#packagereadmefile
We are using MSBuild due to MS guidance to do so given that we migrated the project to use PackageReference
dependency management.
I would like to be able to use dotnet CLI to publish to NuGet before the migration to .NET 6/Core given that 49% of projects still use .NET Framework and we may need to dual-target the OSLC4Net.Client
for a few releases.
berezovskyi commented
Fixed in #113