Skip to content

Commit 1c71229

Browse files
authored
[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.3xx' (#49443)
2 parents 14ce587 + 3be95ba commit 1c71229

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"microsoft.dotnet.darc": {
6-
"version": "1.1.0-beta.24367.3",
6+
"version": "1.1.0-beta.25317.4",
77
"commands": [
88
"darc"
99
]

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,13 +589,13 @@
589589
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
590590
<Sha>3875b54e7b10b10606b105340199946d0b877754</Sha>
591591
</Dependency>
592-
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24367.3">
592+
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.25317.4">
593593
<Uri>https://github.com/dotnet/arcade-services</Uri>
594-
<Sha>47e3672c762970073e4282bd563233da86bcca3e</Sha>
594+
<Sha>e156e649f28395d9d0ee1e848225a689b59e0fd3</Sha>
595595
</Dependency>
596-
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24367.3">
596+
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.25317.4">
597597
<Uri>https://github.com/dotnet/arcade-services</Uri>
598-
<Sha>47e3672c762970073e4282bd563233da86bcca3e</Sha>
598+
<Sha>e156e649f28395d9d0ee1e848225a689b59e0fd3</Sha>
599599
</Dependency>
600600
<Dependency Name="Microsoft.DotNet.ScenarioTests.SdkTemplateTests" Version="9.0.0-preview.25316.1">
601601
<Uri>https://github.com/dotnet/scenario-tests</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</PropertyGroup>
7474
<PropertyGroup>
7575
<!-- Dependency from https://github.com/dotnet/arcade-services -->
76-
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24367.3</MicrosoftDotNetDarcLibVersion>
76+
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.25317.4</MicrosoftDotNetDarcLibVersion>
7777
</PropertyGroup>
7878
<PropertyGroup>
7979
<!-- Dependency from https://github.com/dotnet/aspire -->

src/SourceBuild/content/eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<ProductDependencies>
33
</ProductDependencies>
44
<ToolsetDependencies>
5-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25208.6">
5+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25263.2">
66
<Uri>https://github.com/dotnet/arcade</Uri>
7-
<Sha>aa61e8c20a869bcc994f8b29eb07d927d2bec6f4</Sha>
7+
<Sha>ac63dcf2791c32bf2102fd2b5ebb46479bd48a83</Sha>
88
</Dependency>
99
</ToolsetDependencies>
1010
</Dependencies>

src/SourceBuild/content/eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
of a .NET major or minor release, prebuilts may be needed. When the release is mature, prebuilts
2424
are not necessary, and this property is removed from the file.
2525
-->
26-
<PrivateSourceBuiltSdkVersion>9.0.106</PrivateSourceBuiltSdkVersion>
27-
<PrivateSourceBuiltArtifactsVersion>9.0.106-servicing.25230.1</PrivateSourceBuiltArtifactsVersion>
26+
<PrivateSourceBuiltSdkVersion>9.0.107</PrivateSourceBuiltSdkVersion>
27+
<PrivateSourceBuiltArtifactsVersion>9.0.107-servicing.25270.1</PrivateSourceBuiltArtifactsVersion>
2828
<!-- command-line-api dependencies -->
2929
<SystemCommandLineVersion>2.0.0-beta4.24126.1</SystemCommandLineVersion>
3030
<!-- msbuild dependencies -->

src/SourceBuild/content/global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.106"
3+
"dotnet": "9.0.107"
44
},
55
"msbuild-sdks": {
66
"Microsoft.Build.NoTargets": "3.7.0",
77
"Microsoft.Build.Traversal": "3.4.0",
8-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25208.6"
8+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25263.2"
99
}
1010
}

0 commit comments

Comments
 (0)