Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/nuget/nuget.client build …
…6.7.0.86

NuGet.Build.Tasks
 From Version 6.7.0-preview.3.65 -> To Version 6.7.0-preview.3.86
  • Loading branch information
dotnet-maestro[bot] committed Jun 19, 2023
commit 780d7fc6903a9050622dccf0df9fe5f432f06c1b
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9994c5ed43856c35591d94ead68ef501a020eb2e</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.3.65">
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.3.86">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>3ee1febd1dd53a958afa55b97d7b90f1eb0d0fcd</Sha>
<Sha>1c0f0fbf5d880695c94a394b1062136c24db6bcc</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 @@ -15,7 +15,7 @@
<MicrosoftCodeAnalysisVersion>4.7.0-3.23318.1</MicrosoftCodeAnalysisVersion>
<SystemConfigurationConfigurationManagerVersion>6.0.0</SystemConfigurationConfigurationManagerVersion>
<!-- Dependencies from https://github.com/nuget/nuget.client -->
<NuGetBuildTasksPackageVersion>6.7.0-preview.3.65</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>6.7.0-preview.3.86</NuGetBuildTasksPackageVersion>
<NuGetFrameworksPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetFrameworksPackageVersion>
<!-- Testing -->
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23309.8</MicrosoftDotNetRemoteExecutorVersion>
Expand Down