Skip to content

Commit efbc1dc

Browse files
[release/10.0] Source code updates from dotnet/dotnet (#2665)
* Backflow from https://github.com/dotnet/dotnet / f8a57b6 build 279432 [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 279432 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 9.0.0-beta.25407.2 -> 9.0.0-beta.25407.2) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent e292617 commit efbc1dc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

eng/Signing.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project>
2+
<ItemGroup>
3+
<!-- Ensure that MacOS dotnet-suggest shims get signed properly -->
4+
<FileSignInfo Include="dotnet-suggest" CertificateName="MacDeveloperHarden" ExecutableType="MachO" />
5+
</ItemGroup>
6+
7+
</Project>

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
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="command-line-api" Sha="8cb85e042157ddb8122121a13b7b05329636214c" BarId="278022" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="command-line-api" Sha="f8a57b66e6466922534e8046b37a6503d9d39dab" BarId="279432" />
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>

0 commit comments

Comments
 (0)