Skip to content

Commit b767f35

Browse files
[main] Update dependencies from dotnet/arcade (#534)
* Update dependencies from https://github.com/dotnet/arcade build 20240816.2 Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24408.2 -> To Version 9.0.0-beta.24416.2 * Update dependencies from https://github.com/dotnet/arcade build 20240821.2 Microsoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.24416.2 -> To Version 9.0.0-beta.24421.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Taylor Southwick <tasou@microsoft.com>
1 parent 447194b commit b767f35

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ dotnet_diagnostic.IDE0072.severity = none
130130
dotnet_diagnostic.IDE0074.severity = none
131131
dotnet_diagnostic.IDE0078.severity = none
132132
dotnet_diagnostic.IDE0090.severity = none
133+
dotnet_diagnostic.IDE0130.severity = none
133134
dotnet_diagnostic.IDE0161.severity = none
134135
dotnet_diagnostic.IDE0200.severity = none
135136
dotnet_diagnostic.IDE0230.severity = none

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24408.2">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24421.2">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>60ae233c3d77f11c5fdb53e570b64d503b13ba59</Sha>
8+
<Sha>9b24668b7196b9639e60770465683cf81465d89a</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

eng/common/SetupNugetSources.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ if ($dotnet31Source -ne $null) {
157157
AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username $userName -pwd $Password
158158
}
159159

160-
$dotnetVersions = @('5','6','7','8')
160+
$dotnetVersions = @('5','6','7','8','9')
161161

162162
foreach ($dotnetVersion in $dotnetVersions) {
163163
$feedPrefix = "dotnet" + $dotnetVersion;

eng/common/SetupNugetSources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if [ "$?" == "0" ]; then
9999
PackageSources+=('dotnet3.1-internal-transport')
100100
fi
101101

102-
DotNetVersions=('5' '6' '7' '8')
102+
DotNetVersions=('5' '6' '7' '8' '9')
103103

104104
for DotNetVersion in ${DotNetVersions[@]} ; do
105105
FeedPrefix="dotnet${DotNetVersion}";

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "9.0.100-preview.5.24307.3"
3+
"version": "9.0.100-preview.7.24407.12"
44
},
55
"tools": {
6-
"dotnet": "9.0.100-preview.5.24307.3",
6+
"dotnet": "9.0.100-preview.7.24407.12",
77
"runtimes": {
88
"dotnet": [
99
"6.0.4",
@@ -18,6 +18,6 @@
1818
}
1919
},
2020
"msbuild-sdks": {
21-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24408.2"
21+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24421.2"
2222
}
2323
}

0 commit comments

Comments
 (0)