Skip to content

Commit eac8c0c

Browse files
Update dependencies from build 313510 (#1672)
Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26230.115 -> 11.0.0-beta.26257.104) System.CommandLine (Version 3.0.0-preview.4.26230.115 -> 3.0.0-preview.4.26257.104) System.IO.Hashing (Version 11.0.0-preview.4.26230.115 -> 11.0.0-preview.4.26257.104) [[ commit created by automation ]] Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 985a548 commit eac8c0c

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

eng/Version.Details.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26230.115</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<SystemCommandLinePackageVersion>3.0.0-preview.4.26230.115</SystemCommandLinePackageVersion>
11-
<SystemIOHashingPackageVersion>11.0.0-preview.4.26230.115</SystemIOHashingPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26257.104</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<SystemCommandLinePackageVersion>3.0.0-preview.4.26257.104</SystemCommandLinePackageVersion>
11+
<SystemIOHashingPackageVersion>11.0.0-preview.4.26257.104</SystemIOHashingPackageVersion>
1212
</PropertyGroup>
1313
<!--Property group for alternate package version names-->
1414
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="4370ea16341331f045fa9b89cc46e03aed27195c" BarId="312694" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="ee37b656ebf9090eb38d73672929ab9669b57652" BarId="313510" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="3.0.0-preview.4.26230.115">
5+
<Dependency Name="System.CommandLine" Version="3.0.0-preview.4.26257.104">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>4370ea16341331f045fa9b89cc46e03aed27195c</Sha>
7+
<Sha>ee37b656ebf9090eb38d73672929ab9669b57652</Sha>
88
</Dependency>
9-
<Dependency Name="System.IO.Hashing" Version="11.0.0-preview.4.26230.115">
9+
<Dependency Name="System.IO.Hashing" Version="11.0.0-preview.4.26257.104">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>4370ea16341331f045fa9b89cc46e03aed27195c</Sha>
11+
<Sha>ee37b656ebf9090eb38d73672929ab9669b57652</Sha>
1212
</Dependency>
1313
</ProductDependencies>
1414
<ToolsetDependencies>
15-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26230.115">
15+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26257.104">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>4370ea16341331f045fa9b89cc46e03aed27195c</Sha>
17+
<Sha>ee37b656ebf9090eb38d73672929ab9669b57652</Sha>
1818
</Dependency>
1919
</ToolsetDependencies>
2020
</Dependencies>

global.json

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

0 commit comments

Comments
 (0)