Skip to content

Commit 06fa079

Browse files
committed
Fix build on osx-arm64
1 parent 60f5272 commit 06fa079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/System.CommandLine.Suggest.Tests/EndToEndTestApp/EndToEndTestApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PropertyGroup>
88
<OutputType>Exe</OutputType>
99
<TargetFramework>$(TargetFrameworkForNETSDK)</TargetFramework>
10-
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
10+
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
1111
</PropertyGroup>
1212

1313
</Project>

src/System.CommandLine.Suggest/dotnet-suggest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackAsTool>true</PackAsTool>
88
<PackageId>dotnet-suggest</PackageId>
99
<ToolCommandName>dotnet-suggest</ToolCommandName>
10-
<PackAsToolShimRuntimeIdentifiers>win-x64;win-x86;osx-x64;linux-x64</PackAsToolShimRuntimeIdentifiers>
10+
<PackAsToolShimRuntimeIdentifiers>win-x64;win-x86;osx-x64;linux-x64;osx-arm64</PackAsToolShimRuntimeIdentifiers>
1111
<PackagedShimOutputRootDirectory>$(OutputPath)</PackagedShimOutputRootDirectory>
1212

1313
<DotnetSuggestBuildNumber>.1</DotnetSuggestBuildNumber>

0 commit comments

Comments
 (0)