Replies: 2 comments
-
Fyi @jeffkl |
Beta Was this translation helpful? Give feedback.
0 replies
-
Central Package Mangement does not currently work with MyProject.csproj <ItemGroup>
<PackageReference Include="minver-cli" IncludeAssets="None" />
</ItemGroup> Directory.Packages.props: <ItemGroup>
<PackageVersion Include="minver-cli" Version="4.1.0" />
</ItemGroup> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(From my original comment in this thread.)
I'm using
6.0.400
(i.e. latest). I'm using "Central Package Management".Repro:
MyProject/Directory.Packages.props
:MyProject/MyProject.csproj
:dotnet build
:Someone commented that this is not how CPM is supposed to work. There's no much info on CPM as it's still new. It works for me for the normal case with
PackageReference
.Does CPM work with
PackageDownload
as well? If yes, how do I fix my syntax? Thanks.Beta Was this translation helpful? Give feedback.
All reactions