Skip to content

Commit af9d896

Browse files
[release/10.0.3xx] Source code updates from dotnet/dotnet (#1669)
* Backflow from https://github.com/dotnet/dotnet / 00657f0 build 313128 Diff: https://github.com/dotnet/dotnet/compare/0ba7691fe4875bf2dbefb9f51b53443fdaca139a..00657f09ea0191cd073469dc384ad2aa449c8d6e From: dotnet/dotnet@0ba7691 To: dotnet/dotnet@00657f0 [[ commit created by automation ]] * Update dependencies from build 313128 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26227.122 -> 10.0.0-beta.26255.115) [[ commit created by automation ]] * Update dependencies from build 313379 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26255.115 -> 10.0.0-beta.26256.111) [[ commit created by automation ]] * Update dependencies from build 313456 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26256.111 -> 10.0.0-beta.26257.105) [[ commit created by automation ]] --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 564729b commit af9d896

3 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.26227.122</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26257.105</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<SystemCommandLinePackageVersion>2.0.7</SystemCommandLinePackageVersion>
1111
<SystemIOHashingPackageVersion>10.0.7</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="40451fd17068c5428329f3807cd854e3a9a5a3c4" BarId="312168" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="666163a5081284b14b1be3b644c2ca33c74154a0" BarId="313456" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.7">
66
<Uri>https://dev.azure.com/dnceng/internal/_git/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.26227.122">
15+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26257.105">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>40451fd17068c5428329f3807cd854e3a9a5a3c4</Sha>
17+
<Sha>666163a5081284b14b1be3b644c2ca33c74154a0</Sha>
1818
</Dependency>
1919
</ToolsetDependencies>
2020
</Dependencies>

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.105",
3+
"version": "10.0.203",
44
"allowPrerelease": true,
55
"rollForward": "latestFeature",
66
"paths": [
@@ -10,10 +10,10 @@
1010
"errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it."
1111
},
1212
"tools": {
13-
"dotnet": "10.0.105"
13+
"dotnet": "10.0.203"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26227.122",
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26257.105",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)