Skip to content

Commit 04b6e1b

Browse files
[main] Update dependencies from dotnet/roslyn (#11409)
* Update dependencies from https://github.com/dotnet/roslyn build 20250205.14 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.Net.Compilers.Toolset From Version 4.13.0-3.25076.8 -> To Version 4.13.0-3.25105.14 * Update dependencies from https://github.com/dotnet/roslyn build 20250211.1 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.Net.Compilers.Toolset From Version 4.13.0-3.25076.8 -> To Version 4.14.0-2.25111.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jan Provazník <[email protected]>
1 parent 6e4d63b commit 04b6e1b

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>3d42754f2962b30deac1ec48e5415aa83c071b37</Sha>
9191
</Dependency>
92-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-3.25076.8">
92+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-2.25111.1">
9393
<Uri>https://github.com/dotnet/roslyn</Uri>
94-
<Sha>cef17ee67990e8a447c7461bb94b4df7f0fb12ee</Sha>
94+
<Sha>19c9b9eb00ae9afa7bedb10bd6be06bb41a880f6</Sha>
9595
</Dependency>
96-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-3.25076.8">
96+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-2.25111.1">
9797
<Uri>https://github.com/dotnet/roslyn</Uri>
98-
<Sha>cef17ee67990e8a447c7461bb94b4df7f0fb12ee</Sha>
98+
<Sha>19c9b9eb00ae9afa7bedb10bd6be06bb41a880f6</Sha>
9999
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
100100
</Dependency>
101101
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25077.4">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
6363
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
6464
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25077.4</MicrosoftDotNetXUnitExtensionsVersion>
65-
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.25076.8</MicrosoftNetCompilersToolsetVersion>
65+
<MicrosoftNetCompilersToolsetVersion>4.14.0-2.25111.1</MicrosoftNetCompilersToolsetVersion>
6666
<NuGetBuildTasksVersion>6.13.0-rc.113</NuGetBuildTasksVersion>
6767
</PropertyGroup>
6868
<PropertyGroup Condition="!$(TargetFramework.StartsWith('net4'))">

0 commit comments

Comments
 (0)