Skip to content

Commit b44f1c2

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240917.1 (#9807)
[main] Update dependencies from dotnet/arcade
1 parent 41c7ff6 commit b44f1c2

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,25 +165,25 @@
165165
</Dependency>
166166
</ProductDependencies>
167167
<ToolsetDependencies>
168-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24466.4">
168+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24467.1">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
170+
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.24466.4">
172+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.24467.1">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
174+
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24466.4">
176+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24467.1">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
178+
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
179179
</Dependency>
180180
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
181181
<Uri>https://github.com/dotnet/arcade</Uri>
182182
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
183183
</Dependency>
184-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.24466.4">
184+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.24467.1">
185185
<Uri>https://github.com/dotnet/arcade</Uri>
186-
<Sha>4fbea0f97a7e2a1194dbb6d1953595969b4815e6</Sha>
186+
<Sha>34138f08e2c9c3c41a0ac8af583a57ea953e3821</Sha>
187187
</Dependency>
188188
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
189189
<Uri>https://github.com/dotnet/sourcelink</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- Packages that come from https://github.com/dotnet/arcade -->
5252
<PropertyGroup>
5353
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.24053.1</MicrosoftDotNetApiCompatVersion>
54-
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.24466.4</MicrosoftDotNetCodeAnalysisPackageVersion>
54+
<MicrosoftDotNetCodeAnalysisPackageVersion>10.0.0-beta.24467.1</MicrosoftDotNetCodeAnalysisPackageVersion>
5555
</PropertyGroup>
5656
<!-- Sourcelink -->
5757
<PropertyGroup>

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

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24466.4",
16-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24466.4"
15+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24467.1",
16+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24467.1"
1717
},
1818
"sdk": {
1919
"version": "9.0.100-rc.1.24452.12"

0 commit comments

Comments
 (0)