Skip to content

Commit 8c84bef

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240115.5 (#8692)
[main] Update dependencies from dotnet/arcade
1 parent 4b817e3 commit 8c84bef

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,25 +157,25 @@
157157
</Dependency>
158158
</ProductDependencies>
159159
<ToolsetDependencies>
160-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24062.5">
160+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24065.5">
161161
<Uri>https://github.com/dotnet/arcade</Uri>
162-
<Sha>d731f58a502086842739a358ab490bec08fdb8a7</Sha>
162+
<Sha>0d95a90310e5e2afbef31f4ca1c4b692698cd686</Sha>
163163
</Dependency>
164-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24062.5">
164+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24065.5">
165165
<Uri>https://github.com/dotnet/arcade</Uri>
166-
<Sha>d731f58a502086842739a358ab490bec08fdb8a7</Sha>
166+
<Sha>0d95a90310e5e2afbef31f4ca1c4b692698cd686</Sha>
167167
</Dependency>
168-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24062.5">
168+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24065.5">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>d731f58a502086842739a358ab490bec08fdb8a7</Sha>
170+
<Sha>0d95a90310e5e2afbef31f4ca1c4b692698cd686</Sha>
171171
</Dependency>
172172
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174174
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24062.5">
176+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24065.5">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>d731f58a502086842739a358ab490bec08fdb8a7</Sha>
178+
<Sha>0d95a90310e5e2afbef31f4ca1c4b692698cd686</Sha>
179179
</Dependency>
180180
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
181181
<Uri>https://github.com/dotnet/sourcelink</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<!-- Packages that come from https://github.com/dotnet/arcade -->
5050
<PropertyGroup>
5151
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.24053.1</MicrosoftDotNetApiCompatVersion>
52-
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.24062.5</MicrosoftDotNetCodeAnalysisPackageVersion>
52+
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.24065.5</MicrosoftDotNetCodeAnalysisPackageVersion>
5353
</PropertyGroup>
5454
<!-- Sourcelink -->
5555
<PropertyGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variables:
1818
- name: SymbolToolVersion
1919
value: 1.0.1
2020
- name: BinlogToolVersion
21-
value: 1.0.9
21+
value: 1.0.11
2222

2323
- name: runCodesignValidationInjection
2424
value: false

eng/common/templates/steps/publish-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ parameters:
33
JobLabel: ''
44
CustomSensitiveDataList: ''
55
# A default - in case value from eng/common/templates/post-build/common-variables.yml is not passed
6-
BinlogToolVersion: '1.0.9'
6+
BinlogToolVersion: '1.0.11'
77

88
steps:
99
- task: Powershell@2

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": "9.0.0-beta.24062.5",
16-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24062.5"
15+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24065.5",
16+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24065.5"
1717
},
1818
"sdk": {
1919
"version": "9.0.100-alpha.1.23615.4"

0 commit comments

Comments
 (0)