Skip to content

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

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Add nuget packages #783

merged 1 commit into from
Sep 15, 2023

Conversation

v-wuzhai
Copy link
Member

@v-wuzhai v-wuzhai commented Sep 14, 2023

Added the following nuget packages to fix #7041

NuGet.Common.6.7.0
NuGet.Configuration.6.7.0
NuGet.Credentials.6.7.0
NuGet.Frameworks.6.7.0
NuGet.Packaging.6.7.0
NuGet.Protocol.6.7.0
NuGet.Versioning.6.7.0

Copy link
Member

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
Comment on lines 32 to 38
<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" />
Copy link
Member

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.

@v-wuzhai v-wuzhai force-pushed the Jason/AddNugetPackages branch from 6a7e3cb to 16b8a3d Compare September 15, 2023 02:58
@v-wuzhai
Copy link
Member Author

@mthalman I have fixed above comments, could you help to merge this?

@v-wuzhai
Copy link
Member Author

/backport to release/8.0

@v-wuzhai v-wuzhai deleted the Jason/AddNugetPackages branch September 21, 2023 06:01
@MichaelSimons
Copy link
Member

MichaelSimons commented Sep 21, 2023

/backport to release/8.0

@v-wuzhai - you will have to manually backport.

Edit: I see you already did. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants