Skip to content

Commit a9d4f97

Browse files
[release/10.0.4xx] Source code updates from dotnet/dotnet (#1664)
* Backflow from https://github.com/dotnet/dotnet / 79cfed0 build 312684 Diff: https://github.com/dotnet/dotnet/compare/42c34aee29fed515779b523c63c8e5457a1bef6a..79cfed0f25ea00a95b1b38f50b4019e8e591a73b From: dotnet/dotnet@42c34ae To: dotnet/dotnet@79cfed0 [[ commit created by automation ]] * Update dependencies from build 312684 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26217.116 -> 10.0.0-beta.26230.116) [[ commit created by automation ]] --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 898dc0f commit a9d4f97

4 files changed

Lines changed: 6 additions & 6 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.116</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26230.116</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<SystemCommandLinePackageVersion>2.0.0</SystemCommandLinePackageVersion>
1111
<SystemIOHashingPackageVersion>10.0.0-rc.2.25502.107</SystemIOHashingPackageVersion>
1212
</PropertyGroup>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="5b150b1d949d9509e9822fa44fd52923d1d162e5" BarId="311030" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="79cfed0f25ea00a95b1b38f50b4019e8e591a73b" BarId="312684" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.0">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
@@ -12,9 +12,9 @@
1212
</Dependency>
1313
</ProductDependencies>
1414
<ToolsetDependencies>
15-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26217.116">
15+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26230.116">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>5b150b1d949d9509e9822fa44fd52923d1d162e5</Sha>
17+
<Sha>79cfed0f25ea00a95b1b38f50b4019e8e591a73b</Sha>
1818
</Dependency>
1919
</ToolsetDependencies>
2020
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="Version.Details.props" />
44

55
<PropertyGroup>
6-
<VersionPrefix>10.0.300</VersionPrefix>
6+
<VersionPrefix>10.0.400</VersionPrefix>
77
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
88
<PreReleaseVersionIteration></PreReleaseVersionIteration>
99
<!-- Allowed values: '', 'prerelease', 'release'. Set to 'release' when stabilizing. -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dotnet": "10.0.105"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26217.116",
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26230.116",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)