Skip to content

Commit aff5455

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250211.5 (dotnet#11434)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25077.4 -> To Version 9.0.0-beta.25111.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent f907044 commit aff5455

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@
7171
</Dependency>
7272
</ProductDependencies>
7373
<ToolsetDependencies>
74-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25077.4">
74+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25111.5">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
76+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
7777
</Dependency>
7878
<!-- Intermediate is necessary for source build. -->
79-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25077.4">
79+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25111.5">
8080
<Uri>https://github.com/dotnet/arcade</Uri>
81-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
81+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
8282
<SourceBuild RepoName="arcade" ManagedOnly="true" />
8383
</Dependency>
84-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25077.4">
84+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25111.5">
8585
<Uri>https://github.com/dotnet/arcade</Uri>
86-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
86+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
8787
</Dependency>
8888
<Dependency Name="NuGet.Build.Tasks" Version="6.13.1-rc.1">
8989
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -98,9 +98,9 @@
9898
<Sha>19c9b9eb00ae9afa7bedb10bd6be06bb41a880f6</Sha>
9999
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
100100
</Dependency>
101-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25077.4">
101+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25111.5">
102102
<Uri>https://github.com/dotnet/arcade</Uri>
103-
<Sha>bac7e1caea791275b7c3ccb4cb75fd6a04a26618</Sha>
103+
<Sha>5da211e1c42254cb35e7ef3d5a8428fb24853169</Sha>
104104
</Dependency>
105105
</ToolsetDependencies>
106106
</Dependencies>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
Otherwise, this version of dotnet will not be installed and the build will error out. -->
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>
64-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25077.4</MicrosoftDotNetXUnitExtensionsVersion>
64+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25111.5</MicrosoftDotNetXUnitExtensionsVersion>
6565
<MicrosoftNetCompilersToolsetVersion>4.14.0-2.25111.1</MicrosoftNetCompilersToolsetVersion>
6666
<NuGetBuildTasksVersion>6.13.0-rc.113</NuGetBuildTasksVersion>
6767
</PropertyGroup>

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"allowPrerelease": true
44
},
55
"tools": {
6-
"dotnet": "9.0.102",
6+
"dotnet": "9.0.103",
77
"vs": {
88
"version": "17.12.0"
99
},
1010
"xcopy-msbuild": "17.12.0"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25077.4"
13+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25111.5"
1414
}
1515
}

0 commit comments

Comments
 (0)