Skip to content

Commit 6ae65fc

Browse files
Update dependencies from build 301941 (#1592)
On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.26108.103 -> To Version 11.0.0-beta.26115.104 (parent: ) System.CommandLine From Version 3.0.0-preview.2.26108.103 -> To Version 3.0.0-preview.2.26115.104 (parent: ) System.IO.Hashing From Version 11.0.0-preview.2.26108.103 -> To Version 11.0.0-preview.2.26115.104 (parent: ) [[ commit created by automation ]] Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent c23996c commit 6ae65fc

3 files changed

Lines changed: 13 additions & 13 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.26108.103</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<SystemCommandLinePackageVersion>3.0.0-preview.2.26108.103</SystemCommandLinePackageVersion>
11-
<SystemIOHashingPackageVersion>11.0.0-preview.2.26108.103</SystemIOHashingPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26115.104</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<SystemCommandLinePackageVersion>3.0.0-preview.2.26115.104</SystemCommandLinePackageVersion>
11+
<SystemIOHashingPackageVersion>11.0.0-preview.2.26115.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="8c56ff58fc59fd33fc1dab5c6a7155ca16511bb2" BarId="300794" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="2293c4c42809d258d5246ecaca1e986514cb425c" BarId="301941" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="3.0.0-preview.2.26108.103">
5+
<Dependency Name="System.CommandLine" Version="3.0.0-preview.2.26115.104">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>8c56ff58fc59fd33fc1dab5c6a7155ca16511bb2</Sha>
7+
<Sha>2293c4c42809d258d5246ecaca1e986514cb425c</Sha>
88
</Dependency>
9-
<Dependency Name="System.IO.Hashing" Version="11.0.0-preview.2.26108.103">
9+
<Dependency Name="System.IO.Hashing" Version="11.0.0-preview.2.26115.104">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>8c56ff58fc59fd33fc1dab5c6a7155ca16511bb2</Sha>
11+
<Sha>2293c4c42809d258d5246ecaca1e986514cb425c</Sha>
1212
</Dependency>
1313
</ProductDependencies>
1414
<ToolsetDependencies>
15-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26108.103">
15+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26115.104">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>8c56ff58fc59fd33fc1dab5c6a7155ca16511bb2</Sha>
17+
<Sha>2293c4c42809d258d5246ecaca1e986514cb425c</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": "11.0.100-preview.1.26078.121",
3+
"version": "11.0.100-preview.1.26104.118",
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": "11.0.100-preview.1.26078.121"
13+
"dotnet": "11.0.100-preview.1.26104.118"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26108.103",
16+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26115.104",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)