Skip to content

Commit 889b814

Browse files
authored
[release/9.0.2xx] Update dependencies from dotnet/arcade (#46014)
2 parents d1f8d94 + d387596 commit 889b814

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -555,34 +555,34 @@
555555
</Dependency>
556556
</ProductDependencies>
557557
<ToolsetDependencies>
558-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25058.5">
558+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25065.2">
559559
<Uri>https://github.com/dotnet/arcade</Uri>
560-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
560+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
561561
</Dependency>
562-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25058.5">
562+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25065.2">
563563
<Uri>https://github.com/dotnet/arcade</Uri>
564-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
564+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
565565
</Dependency>
566-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25058.5">
566+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25065.2">
567567
<Uri>https://github.com/dotnet/arcade</Uri>
568-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
568+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
569569
</Dependency>
570-
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25058.5">
570+
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25065.2">
571571
<Uri>https://github.com/dotnet/arcade</Uri>
572-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
572+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
573573
</Dependency>
574-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25058.5">
574+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25065.2">
575575
<Uri>https://github.com/dotnet/arcade</Uri>
576-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
576+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
577577
</Dependency>
578-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25058.5">
578+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25065.2">
579579
<Uri>https://github.com/dotnet/arcade</Uri>
580-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
580+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
581581
</Dependency>
582582
<!-- Intermediate is necessary for source build. -->
583-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25058.5">
583+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25065.2">
584584
<Uri>https://github.com/dotnet/arcade</Uri>
585-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
585+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
586586
<SourceBuild RepoName="arcade" ManagedOnly="true" />
587587
</Dependency>
588588
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.1">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@
268268
</PropertyGroup>
269269
<PropertyGroup>
270270
<!-- Dependencies from https://github.com/dotnet/arcade -->
271-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25058.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
272-
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25058.5</MicrosoftDotNetSignToolVersion>
273-
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25058.5</MicrosoftDotNetXliffTasksVersion>
274-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25058.5</MicrosoftDotNetXUnitExtensionsVersion>
271+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25065.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
272+
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25065.2</MicrosoftDotNetSignToolVersion>
273+
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25065.2</MicrosoftDotNetXliffTasksVersion>
274+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25065.2</MicrosoftDotNetXUnitExtensionsVersion>
275275
</PropertyGroup>
276276
<PropertyGroup>
277277
<!-- Dependencies from https://github.com/dotnet/sourcelink -->

eng/common/template-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extends:
5757
5858
Note: Multiple outputs are ONLY applicable to 1ES PT publishing (only usable when referencing `templates-official`).
5959

60-
# Development notes
60+
## Development notes
6161

6262
**Folder / file structure**
6363

eng/common/templates-official/post-build/common-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ variables:
55
is1ESPipeline: true
66

77
${{ each parameter in parameters }}:
8-
${{ parameter.key }}: ${{ parameter.value }}
8+
${{ parameter.key }}: ${{ parameter.value }}

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.100",
3+
"dotnet": "9.0.102",
44
"runtimes": {
55
"dotnet": [
66
"$(VSRedistCommonNetCoreSharedFrameworkx6490PackageVersion)"
@@ -17,8 +17,8 @@
1717
"cmake": "latest"
1818
},
1919
"msbuild-sdks": {
20-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5",
21-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25058.5",
20+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25065.2",
21+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25065.2",
2222
"Microsoft.Build.NoTargets": "3.7.0",
2323
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
2424
}

0 commit comments

Comments
 (0)