WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit aac1618

Browse files
[release/10.0.1xx] Source code updates from dotnet/dotnet (#1548)
* Backflow from https://github.com/dotnet/dotnet / 20abd87 build 292473 [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 292473 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25574.102 -> 10.0.0-beta.25576.107) System.CommandLine (Version 2.0.2 -> 2.0.2) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 0c6b136 commit aac1618

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-dotnet -->
7-
<add key="darc-pub-dotnet-dotnet-1483376" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-1483376c/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-dotnet-20abd87" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-20abd876/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-dotnet -->
99
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1010
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />

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.25574.102</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25576.107</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<SystemCommandLinePackageVersion>2.0.2</SystemCommandLinePackageVersion>
1111
</PropertyGroup>
1212
<!--Property group for alternate package version names-->

eng/Version.Details.xml

Lines changed: 4 additions & 4 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="1483376c1a0ffb1e5f197266578dbce1e4098783" BarId="292085" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="20abd87658f89b288b8beeb3a0fcb2c89b0af69a" BarId="292473" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.2">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>1483376c1a0ffb1e5f197266578dbce1e4098783</Sha>
7+
<Sha>20abd87658f89b288b8beeb3a0fcb2c89b0af69a</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25574.102">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25576.107">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>1483376c1a0ffb1e5f197266578dbce1e4098783</Sha>
13+
<Sha>20abd87658f89b288b8beeb3a0fcb2c89b0af69a</Sha>
1414
</Dependency>
1515
</ToolsetDependencies>
1616
</Dependencies>

global.json

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

src/Common/Utilities/Hash.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System;
66
using System.Collections.Generic;
77
using System.Collections.Immutable;
8-
using Microsoft.CodeAnalysis;
98

109
namespace Roslyn.Utilities
1110
{

0 commit comments

Comments
 (0)