File tree 2 files changed +2
-2
lines changed
System.CommandLine.Suggest
System.CommandLine.Suggest.Tests/EndToEndTestApp
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
<PropertyGroup >
8
8
<OutputType >Exe</OutputType >
9
9
<TargetFramework >$(TargetFrameworkForNETSDK)</TargetFramework >
10
- <RuntimeIdentifiers >win-x64;linux-x64;osx-x64</RuntimeIdentifiers >
10
+ <RuntimeIdentifiers >win-x64;linux-x64;osx-x64;osx-arm64 </RuntimeIdentifiers >
11
11
</PropertyGroup >
12
12
13
13
</Project >
Original file line number Diff line number Diff line change 7
7
<PackAsTool >true</PackAsTool >
8
8
<PackageId >dotnet-suggest</PackageId >
9
9
<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 >
11
11
<PackagedShimOutputRootDirectory >$(OutputPath)</PackagedShimOutputRootDirectory >
12
12
13
13
<DotnetSuggestBuildNumber >.1</DotnetSuggestBuildNumber >
You can’t perform that action at this time.
0 commit comments