Skip to content

Commit 0cce533

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20241031.4 (#10921)
1 parent 2e2d372 commit 0cce533

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@
8989
<Uri>https://github.com/nuget/nuget.client</Uri>
9090
<Sha>dddfdd8617e80ec5a2ea0dd94a094b243f355d09</Sha>
9191
</Dependency>
92-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-2.24530.7">
92+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-2.24531.4">
9393
<Uri>https://github.com/dotnet/roslyn</Uri>
94-
<Sha>1fde068b9cd69a472d2aa0be01fd75f290ad4de9</Sha>
94+
<Sha>9bb57bf3b4a88a3d3c1fabb95e7b34d03da1478c</Sha>
9595
</Dependency>
96-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-2.24530.7">
96+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-2.24531.4">
9797
<Uri>https://github.com/dotnet/roslyn</Uri>
98-
<Sha>1fde068b9cd69a472d2aa0be01fd75f290ad4de9</Sha>
98+
<Sha>9bb57bf3b4a88a3d3c1fabb95e7b34d03da1478c</Sha>
9999
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
100100
</Dependency>
101101
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24516.2">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
5252
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
5353
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24516.2</MicrosoftDotNetXUnitExtensionsVersion>
54-
<MicrosoftNetCompilersToolsetVersion>4.13.0-2.24530.7</MicrosoftNetCompilersToolsetVersion>
54+
<MicrosoftNetCompilersToolsetVersion>4.13.0-2.24531.4</MicrosoftNetCompilersToolsetVersion>
5555
<NuGetBuildTasksVersion>6.13.0-preview.1.46</NuGetBuildTasksVersion>
5656
</PropertyGroup>
5757
<PropertyGroup Condition="!$(TargetFramework.StartsWith('net4'))">

0 commit comments

Comments
 (0)