Skip to content

Commit

Permalink
[release/3.1.4xx] Update dependencies from nuget/nuget.client (#11594)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/NuGet/NuGet.Client build 5.7.0.6609

- NuGet.Build.Tasks: 5.7.0-preview.1.6592 -> 5.7.0-preview.1.6609

* Update stage0

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: William Li <wul@microsoft.com>
  • Loading branch information
3 people authored May 14, 2020
1 parent b9874ce commit f9bb37a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>916b5cba268e1e1e803243004f4276cf40b2dda8</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.7.0-preview.1.6592">
<Dependency Name="NuGet.Build.Tasks" Version="5.7.0-preview.1.6609">
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
<Sha>4dbf16e68eabf507b9f156c801b1b7c3b0586e43</Sha>
<Sha>12a375a8a02764b772a20371abaf797639a7f961</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<MicrosoftNETHostModelVersion>3.1.2</MicrosoftNETHostModelVersion>
<NETStandardLibraryNETFrameworkVersion>2.0.1-servicing-26011-01</NETStandardLibraryNETFrameworkVersion>
<NewtonsoftJsonVersion>9.0.1</NewtonsoftJsonVersion>
<NuGetBuildTasksPackageVersion>5.7.0-preview.1.6592</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>5.7.0-preview.1.6609</NuGetBuildTasksPackageVersion>
<NuGetPackagingVersion>$(NuGetBuildTasksPackageVersion)</NuGetPackagingVersion>
<NuGetProjectModelVersion>$(NuGetBuildTasksPackageVersion)</NuGetProjectModelVersion>
<PlatformAbstractionsVersion>2.0.0</PlatformAbstractionsVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "3.1.400-preview-015128",
"dotnet": "3.1.400-preview-015135",
"vs-opt": {
"version": "15.9"
}
Expand Down

0 comments on commit f9bb37a

Please sign in to comment.