Getting local dependencies to add the correct version when dotnet pack
ing
#4306
Labels
Functionality:Pack
Resolution:Duplicate
This issue appears to be a Duplicate of another issue
Type:Bug
Milestone
Posted on behalf of @avanderhoorn . Ported from https://github.com/dotnet/cli/issues/5151
Steps to reproduce
Executed command
Target Glimpse.Common.csproj
Target Glimpse.Server.csproj
Resulting Glimpse.Server.nuspec
Expected behavior
I want the version of the
Glimpse.Common
dependency in aboveGlimpse.Server.nuspec
to be2.0.0-beta2-123
vs instead1.0.0
.Previously with
project.json
this was all taken care of with the with the followingpack.cmd
and by specifying dependencies like this. But I can't figure out how to replicate these results with the new .csproj setup. Here is my reworkedpack.cmd
.Actual behavior
Shown above in the resulting Glimpse.Server.nuspec.
Environment data
The text was updated successfully, but these errors were encountered: