Skip to content

Commit 4494d98

Browse files
[main] Source code updates from dotnet/dotnet (#2663)
* Update dependencies from https://github.com/dotnet/dotnet build 279079 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 9.0.0-beta.25407.2 -> 9.0.0-beta.25407.2) * Update dependencies from https://github.com/dotnet/dotnet build 279336 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 9.0.0-beta.25407.2 -> 9.0.0-beta.25380.1) * Backflow from https://github.com/dotnet/dotnet / 5c3434d build 279843 [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 279843 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 9.0.0-beta.25380.1 -> 9.0.0-beta.25407.2) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent e292617 commit 4494d98

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="5c3434d8b831745673c31e186906f463e1036301" BarId="279843" />
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>

0 commit comments

Comments
 (0)