-
Notifications
You must be signed in to change notification settings - Fork 64
Add nuget packages #783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add nuget packages #783
Conversation
59228f0
to
b8ddde3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be reverted.
eng/Build.props
Outdated
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\NuGet.Common.6.7.0.csproj" /> | ||
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\NuGet.Configuration.6.7.0.csproj" /> | ||
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\NuGet.Credentials.6.7.0.csproj" /> | ||
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\NuGet.Frameworks.6.7.0.csproj" /> | ||
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\NuGet.Packaging.6.7.0.csproj" /> | ||
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\NuGet.Protocol.6.7.0.csproj" /> | ||
<DependencyPackageProjects Include="$(RepoRoot)src\referencePackages\src\**\NuGet.Versioning.6.7.0.csproj" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This need to be listed in dependency order. For example, NuGet.Common has a dependency on NuGet.Frameworks. So NuGet.Frameworks should be listed before NuGet.Common. Here is a PR that can be used for reference to determine order: #740.
6a7e3cb
to
16b8a3d
Compare
@mthalman I have fixed above comments, could you help to merge this? |
/backport to release/8.0 |
@v-wuzhai - you will have to manually backport. Edit: I see you already did. 😄 |
Added the following nuget packages to fix #7041