Skip to content
Prev Previous commit
Next Next commit
[vs17.9] Update dependencies from nuget/nuget.client dotnet/roslyn (#…
…9580)

* Update dependencies from https://github.com/nuget/nuget.client build 6.9.0.70

NuGet.Build.Tasks
 From Version 6.9.0-preview.1.67 -> To Version 6.9.0-preview.1.70

* Update dependencies from https://github.com/dotnet/roslyn build 20231229.3

Microsoft.Net.Compilers.Toolset
 From Version 4.9.0-3.23621.4 -> To Version 4.9.0-3.23629.3

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Jan 3, 2024
commit 8ab35c51a7a19527e887942e5183f8be30eece92
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
<Sha>73f0850939d96131c28cf6ea6ee5aacb4da0083a</Sha>
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.9.0-preview.1.67">
<Dependency Name="NuGet.Build.Tasks" Version="6.9.0-preview.1.70">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>95f6e0c8b7bd627862a08dcf60f43397f42723ca</Sha>
<Sha>6a82332d4936d893fb1e22fd86f2e3cb4d54c471</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.23621.4">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.23629.3">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>182e829faf57b84150a2b28036f20918f368fc9d</Sha>
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23620.2">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.23620.2</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
<MicrosoftIORedistVersion>6.0.0</MicrosoftIORedistVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.23621.4</MicrosoftNetCompilersToolsetVersion>
<NuGetBuildTasksVersion>6.9.0-preview.1.67</NuGetBuildTasksVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.23629.3</MicrosoftNetCompilersToolsetVersion>
<NuGetBuildTasksVersion>6.9.0-preview.1.70</NuGetBuildTasksVersion>
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>
<SystemTextJsonVersion>8.0.0</SystemTextJsonVersion>
</PropertyGroup>
Expand Down