Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

update nuget #13347

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
<Uri>https://github.com/dotnet/CliCommandLineParser</Uri>
<Sha>0e89c2116ad28e404ba56c14d1c3f938caa25a01</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.6.0-preview.3.6558">
<Dependency Name="NuGet.Build.Tasks" Version="5.7.0-preview.1.6592">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
<Sha>863fc6bb184cccfe12caa03bea91b0ddc48843da</Sha>
<Sha>4dbf16e68eabf507b9f156c801b1b7c3b0586e43</Sha>
</Dependency>
</ProductDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/NuGet/NuGet.Client-->
<NuGetBuildTasksPackageVersion>5.6.0-preview.3.6558</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>5.7.0-preview.1.6592</NuGetBuildTasksPackageVersion>
<NuGetCommonPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetCommonPackageVersion>
<NuGetConfigurationPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetConfigurationPackageVersion>
<NuGetFrameworksPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetFrameworksPackageVersion>
Expand Down