Skip to content
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
2 changes: 1 addition & 1 deletion eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This file should be imported by eng/Versions.props
<SystemThreadingChannelsPackageVersion>10.0.8</SystemThreadingChannelsPackageVersion>
<SystemThreadingTasksDataflowPackageVersion>10.0.8</SystemThreadingTasksDataflowPackageVersion>
<!-- nuget-nuget.client dependencies -->
<NuGetBuildTasksPackageVersion>7.9.0-rc.72</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>7.9.0-rc.77</NuGetBuildTasksPackageVersion>
</PropertyGroup>
<!--Property group for alternate package version names-->
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
in our public surface). At runtime we still bind to whatever NuGet.Frameworks.dll the
host SDK ships, so per the toolset-vs-product test in dotnet/arcade-services'
docs/Darc.md this is a toolset dependency, not a product one. -->
<Dependency Name="NuGet.Build.Tasks" Version="7.9.0-rc.72">
<Dependency Name="NuGet.Build.Tasks" Version="7.9.0-rc.77">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>5628a8b06b87cbd0e05eadb9695c7737c3c59cbe</Sha>
<Sha>7f3f6265cc34ef27a0c68000c6ee6bcee53d10c5</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.10.0-1.26352.10">
<Uri>https://github.com/dotnet/roslyn</Uri>
Expand Down
Loading