Skip to content

Commit f726050

Browse files
authored
Merge pull request #8668 from dotnet/darc-release/9.0.3xx-9963dd1c-55bf-4096-b6c1-216f69e02e1d
[release/9.0.3xx] Update dependencies from dotnet/arcade
2 parents a54899c + 4f924a9 commit f726050

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25058.5">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25065.2">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
24+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
2525
</Dependency>
2626
<!-- Intermediate is necessary for source build. -->
27-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25058.5">
27+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25065.2">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
29+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
3030
<SourceBuild RepoName="arcade" ManagedOnly="true" />
3131
</Dependency>
3232
<!-- Dependencies required for source build. We'll still update manually -->

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.100"
3+
"dotnet": "9.0.102"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5"
6+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25065.2"
77
}
88
}

0 commit comments

Comments
 (0)