OSLC / oslc4net

A dotnet SDK for OSLC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NuGet packing fails to pack the README

berezovskyi opened this issue · comments

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.