Skip to content

Commit 73849cf

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250314.2
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions From Version 9.0.0-beta.25111.5 -> To Version 9.0.0-beta.25164.2
1 parent bd1d5ff commit 73849cf

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,19 @@
123123
</Dependency>
124124
</ProductDependencies>
125125
<ToolsetDependencies>
126-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25161.4">
126+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25164.2">
127127
<Uri>https://github.com/dotnet/arcade</Uri>
128-
<Sha>f33d9e642f0e68a61312164cd9e0baf4e142a999</Sha>
128+
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
129129
</Dependency>
130130
<!-- Intermediate is necessary for source build. -->
131-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25161.4">
131+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25164.2">
132132
<Uri>https://github.com/dotnet/arcade</Uri>
133-
<Sha>f33d9e642f0e68a61312164cd9e0baf4e142a999</Sha>
133+
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
134134
<SourceBuild RepoName="arcade" ManagedOnly="true" />
135135
</Dependency>
136-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25161.4">
136+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25164.2">
137137
<Uri>https://github.com/dotnet/arcade</Uri>
138-
<Sha>f33d9e642f0e68a61312164cd9e0baf4e142a999</Sha>
138+
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
139139
</Dependency>
140140
<Dependency Name="NuGet.Build.Tasks" Version="6.14.0-preview.1.66">
141141
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -150,9 +150,9 @@
150150
<Sha>46223204b646f96104bac46f9dfa4959da9d86ac</Sha>
151151
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
152152
</Dependency>
153-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25161.4">
153+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25164.2">
154154
<Uri>https://github.com/dotnet/arcade</Uri>
155-
<Sha>f33d9e642f0e68a61312164cd9e0baf4e142a999</Sha>
155+
<Sha>5ba9ca776c1d0bb72b2791591e54cf51fc52dfee</Sha>
156156
</Dependency>
157157
</ToolsetDependencies>
158158
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
Otherwise, this version of dotnet will not be installed and the build will error out. -->
7878
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
7979
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
80-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25161.4</MicrosoftDotNetXUnitExtensionsVersion>
80+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25164.2</MicrosoftDotNetXUnitExtensionsVersion>
8181
<MicrosoftNetCompilersToolsetVersion>4.14.0-3.25157.4</MicrosoftNetCompilersToolsetVersion>
8282
<NuGetBuildTasksVersion>6.14.0-preview.1.66</NuGetBuildTasksVersion>
8383
</PropertyGroup>

eng/common/tools.ps1

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/common/tools.sh

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"xcopy-msbuild": "17.12.0"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25161.4"
13+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25164.2"
1414
}
1515
}

0 commit comments

Comments
 (0)