Skip to content

Commit 82bc1c7

Browse files
siagupta0202himgoyalmicro
authored andcommitted
Merged PR 49178: Updating release/9.0 into internal/release/9.0
#### AI description (iteration 1) #### PR Classification Dependency updates #### PR Summary This pull request updates various dependencies to their latest versions in the `release/9.0` branch. - `eng/Version.Details.xml`: Updated multiple dependencies to version 9.0.4. - `eng/Versions.props`: Updated package versions to 9.0.4. - `global.json`: Updated SDK and tool versions. - `NuGet.config`: Added new package sources and disabled old ones. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents c976de7 + 47a3c26 commit 82bc1c7

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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="9.0.0-beta.25204.5">
168+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25208.6">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
170+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.25204.5">
172+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.25208.6">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
174+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25204.5">
176+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25208.6">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
178+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</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="9.0.0-beta.25204.5">
184+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.25208.6">
185185
<Uri>https://github.com/dotnet/arcade</Uri>
186-
<Sha>97cbc7361ff28b2948c8182720c166a744049f55</Sha>
186+
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</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
@@ -52,7 +52,7 @@
5252
<!-- Packages that come from https://github.com/dotnet/arcade -->
5353
<PropertyGroup>
5454
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.24053.1</MicrosoftDotNetApiCompatVersion>
55-
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.25204.5</MicrosoftDotNetCodeAnalysisPackageVersion>
55+
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.25208.6</MicrosoftDotNetCodeAnalysisPackageVersion>
5656
</PropertyGroup>
5757
<!-- Sourcelink -->
5858
<PropertyGroup>

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.104",
3+
"dotnet": "9.0.105",
44
"runtimes": {
55
"dotnet": [
66
"2.1.7",
@@ -12,11 +12,11 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25204.5",
16-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25204.5"
15+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25208.6",
16+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25208.6"
1717
},
1818
"sdk": {
19-
"version": "9.0.104"
19+
"version": "9.0.105"
2020
},
2121
"native-tools": {
2222
"strawberry-perl": "5.38.0.1",

0 commit comments

Comments
 (0)