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 373eb30 commit 37203a0Copy full SHA for 37203a0
src/Compatibility/ApiDiff/Microsoft.DotNet.ApiDiff.Tool/Microsoft.DotNet.ApiDiff.Tool.csproj
@@ -4,6 +4,7 @@
4
<TargetFramework>$(NetToolMinimum)</TargetFramework>
5
<OutputType>Exe</OutputType>
6
<IsPackable>true</IsPackable>
7
+ <IsShippingPackage>false</IsShippingPackage>
8
<PackAsTool>true</PackAsTool>
9
<ToolCommandName>apidiff</ToolCommandName>
10
<PackageDescription>Tool to emit markdown diffs between sets of assemblies.</PackageDescription>
0 commit comments