Skip to content

Commit 1c829aa

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20250418.8 (#11749)
Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.Net.Compilers.Toolset From Version 4.14.0-3.25210.2 -> To Version 4.14.0-3.25218.8 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: YuliiaKovalova <[email protected]>
1 parent b99f36b commit 1c829aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: eng/Version.Details.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@
141141
<Uri>https://github.com/nuget/nuget.client</Uri>
142142
<Sha>7f50923823cb8fe4dab9b6565ece9516407de498</Sha>
143143
</Dependency>
144-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-3.25210.2">
144+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-3.25218.8">
145145
<Uri>https://github.com/dotnet/roslyn</Uri>
146-
<Sha>575cfa2b4bbeaa7a5084529bf985389ed2925977</Sha>
146+
<Sha>d7bde97e39857cfa0fc50ef28aaa289e9eebe091</Sha>
147147
</Dependency>
148-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-3.25210.2">
148+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-3.25218.8">
149149
<Uri>https://github.com/dotnet/roslyn</Uri>
150-
<Sha>575cfa2b4bbeaa7a5084529bf985389ed2925977</Sha>
150+
<Sha>d7bde97e39857cfa0fc50ef28aaa289e9eebe091</Sha>
151151
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
152152
</Dependency>
153153
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25208.6">

Diff for: eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
8383
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
8484
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25208.6</MicrosoftDotNetXUnitExtensionsVersion>
85-
<MicrosoftNetCompilersToolsetVersion>4.14.0-3.25210.2</MicrosoftNetCompilersToolsetVersion>
85+
<MicrosoftNetCompilersToolsetVersion>4.14.0-3.25218.8</MicrosoftNetCompilersToolsetVersion>
8686
<NuGetBuildTasksVersion>6.14.0-preview.1.102</NuGetBuildTasksVersion>
8787
</PropertyGroup>
8888
<PropertyGroup Condition="!$(TargetFramework.StartsWith('net4'))">

0 commit comments

Comments
 (0)