Skip to content

Commit ffc3092

Browse files
Update dependencies from https://github.com/dotnet/dotnet build 270181 (#1445)
[main] Source code updates from dotnet/dotnet
1 parent c7f9955 commit ffc3092

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="1b5819797c01e0898087a34d8a2a7d9b9f55f1ac" BarId="270128" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="804112038ca977a36dcee28a82c86eabc0573dc1" BarId="270181" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25280.102">
5+
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25281.101">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>1b5819797c01e0898087a34d8a2a7d9b9f55f1ac</Sha>
7+
<Sha>804112038ca977a36dcee28a82c86eabc0573dc1</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25280.102">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25281.101">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>1b5819797c01e0898087a34d8a2a7d9b9f55f1ac</Sha>
13+
<Sha>804112038ca977a36dcee28a82c86eabc0573dc1</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build to lift to the previously-source-built version. -->
1616
<Dependency Name="Microsoft.Build" Version="17.11.31">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111
<PropertyGroup>
1212
<!-- commandline -->
13-
<SystemCommandLineVersion>2.0.0-beta5.25280.102</SystemCommandLineVersion>
13+
<SystemCommandLineVersion>2.0.0-beta5.25281.101</SystemCommandLineVersion>
1414
<!-- msbuild -->
1515
<MicrosoftBuildVersion>17.11.31</MicrosoftBuildVersion>
1616
<MicrosoftBuildTasksCoreVersion>17.11.31</MicrosoftBuildTasksCoreVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "10.0.100-preview.6.25272.112"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25280.102",
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25281.101",
77
"Microsoft.Build.NoTargets": "3.7.0"
88
}
99
}

0 commit comments

Comments
 (0)