8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527f0a3 commit e2928e4Copy full SHA for e2928e4
src/System.CommandLine.Suggest/dotnet-suggest.csproj
@@ -6,7 +6,7 @@
6
<PackAsTool>true</PackAsTool>
7
<PackageId>dotnet-suggest</PackageId>
8
<ToolCommandName>dotnet-suggest</ToolCommandName>
9
- <PackAsToolShimRuntimeIdentifiers>win-x64;win-x86;osx-x64</PackAsToolShimRuntimeIdentifiers>
+ <PackAsToolShimRuntimeIdentifiers>win-x64;win-x86;osx-x64;linux-x64</PackAsToolShimRuntimeIdentifiers>
10
<PackagedShimOutputRootDirectory>$(OutputPath)</PackagedShimOutputRootDirectory>
11
12
<DotnetSuggestBuildNumber>.1</DotnetSuggestBuildNumber>
0 commit comments