8000 docs updates, add linux-x64 rid to dotnet-suggest · jonsequitur/command-line-api@e2928e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2928e4

Browse files
committed
docs updates, add linux-x64 rid to dotnet-suggest
1 parent 527f0a3 commit e2928e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackAsTool>true</PackAsTool>
77
<PackageId>dotnet-suggest</PackageId>
88
<ToolCommandName>dotnet-suggest</ToolCommandName>
9-
<PackAsToolShimRuntimeIdentifiers>win-x64;win-x86;osx-x64</PackAsToolShimRuntimeIdentifiers>
9+
<PackAsToolShimRuntimeIdentifiers>win-x64;win-x86;osx-x64;linux-x64</PackAsToolShimRuntimeIdentifiers>
1010
<PackagedShimOutputRootDirectory>$(OutputPath)</PackagedShimOutputRootDirectory>
1111

1212
<DotnetSuggestBuildNumber>.1</DotnetSuggestBuildNumber>

0 commit comments

Comments
 (0)
0