Skip to content

Commit b5af70b

Browse files
[release/10.0] Source code updates from dotnet/dotnet (#2804)
* Backflow from https://github.com/dotnet/dotnet / dd8ced2 build 312468 Diff: https://github.com/dotnet/dotnet/compare/71d1809a66d8aacbe21208baeb0bbc484191b3d1..dd8ced28bfd57694643337c5dcf1877d5159948b From: dotnet/dotnet@71d1809 To: dotnet/dotnet@dd8ced2 [[ commit created by automation ]] * Update dependencies from build 312468 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26217.115 -> 10.0.0-beta.26229.109) [[ commit created by automation ]] --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 0af589c commit b5af70b

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26217.115</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26229.109</MicrosoftDotNetArcadeSdkPackageVersion>
1010
</PropertyGroup>
1111
<!--Property group for alternate package version names-->
1212
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="command-line-api" Sha="71d1809a66d8aacbe21208baeb0bbc484191b3d1" BarId="311039" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="command-line-api" Sha="dd8ced28bfd57694643337c5dcf1877d5159948b" BarId="312468" />
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26217.115">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26229.109">
88
<Uri>https://github.com/dotnet/dotnet</Uri>
9-
<Sha>71d1809a66d8aacbe21208baeb0bbc484191b3d1</Sha>
9+
<Sha>dd8ced28bfd57694643337c5dcf1877d5159948b</Sha>
1010
</Dependency>
1111
</ToolsetDependencies>
1212
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- Repo Version Information -->
66
<PropertyGroup>
7-
<VersionPrefix>2.0.8</VersionPrefix>
7+
<VersionPrefix>2.0.9</VersionPrefix>
88
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
99
<PreReleaseVersionIteration></PreReleaseVersionIteration>
1010
<!-- Allowed values: '', 'prerelease', 'release'. Set to 'release' when stabilizing. -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"tools": {
3-
"dotnet": "10.0.106",
3+
"dotnet": "10.0.107",
44
"runtimes": {
55
"dotnet": [
66
"8.0.22"
77
]
88
}
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26217.115"
11+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26229.109"
1212
}
1313
}

0 commit comments

Comments
 (0)