✅ dotnet pack command fails
Hello,
I'm trying to package a library, but
The docs says I should build the project it beforehand, or not use the
https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5026
Below is the
I'm trying to package a library, but
dotnet pack fails to create the package. The docs says I should build the project it beforehand, or not use the
--no-build flag, but I didn't specify the flag. https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5026
Below is the
.csproj file