Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/roslyn, nuget/nuget.client (#9642
Browse files Browse the repository at this point in the history
)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* Update Directory.Build.targets

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
  • Loading branch information
3 people authored Feb 8, 2024
1 parent 553649b commit e71eb7a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,13 @@
<RemoveDir Directories="$(_PackageFolderInGlobalPackages)"
Condition="Exists('$(_PackageFolderInGlobalPackages)')" />
</Target>

<!-- Make APICompat use roslyn from the toolset SDK instead of from the toolset package. This avoids unification issues on desktop msbuild.
TODO: Remove when a 8.0.200 or 9.0 SDK is consumed. -->
<Target Name="FixAPICompatWorkAroundRoslynMove" AfterTargets="CollectApiCompatInputs">
<PropertyGroup>
<RoslynAssembliesPath>$(RoslynTargetsPath)</RoslynAssembliesPath>
</PropertyGroup>
</Target>

</Project>
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
<Sha>73f0850939d96131c28cf6ea6ee5aacb4da0083a</Sha>
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.9.0-preview.1.70">
<Dependency Name="NuGet.Build.Tasks" Version="6.10.0-preview.1.18">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>6a82332d4936d893fb1e22fd86f2e3cb4d54c471</Sha>
<Sha>f207cbb3530350f785d1b04014e15563cc9b5e03</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.23629.3">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.10.0-2.24104.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>ebb588725e707db23d8723b633258e7eb918277b</Sha>
<Sha>d9272a3f01928b1c3614a942bdbbfeb0fb17a43b</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24060.4">
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.24060.4</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
<MicrosoftIORedistVersion>6.0.0</MicrosoftIORedistVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.23629.3</MicrosoftNetCompilersToolsetVersion>
<NuGetBuildTasksVersion>6.9.0-preview.1.70</NuGetBuildTasksVersion>
<MicrosoftNetCompilersToolsetVersion>4.10.0-2.24104.1</MicrosoftNetCompilersToolsetVersion>
<NuGetBuildTasksVersion>6.10.0-preview.1.18</NuGetBuildTasksVersion>
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>
</PropertyGroup>
<Target Name="OverrideArcadeFileVersion" AfterTargets="_InitializeAssemblyVersion">
Expand Down

0 comments on commit e71eb7a

Please sign in to comment.