We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98308d2 commit d281252Copy full SHA for d281252
2 files changed
src/System.CommandLine/System.CommandLine.csproj
@@ -19,6 +19,7 @@
19
<ItemGroup>
20
<Compile Include="..\System.Diagnostics.CodeAnalysis.cs" Link="System.Diagnostics.CodeAnalysis\System.Diagnostics.CodeAnalysis.cs" />
21
<None Include="README.md" Pack="true" PackagePath="/README.md" />
22
+ <None Include="buildTransitive\**" Pack="true" PackagePath="buildTransitive\" />
23
</ItemGroup>
24
25
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
src/System.CommandLine/buildTransitive/System.CommandLine.targets
@@ -0,0 +1,10 @@
1
+<Project>
2
+
3
+ <ItemGroup Condition="'$(ToolCommandName)' != ''">
4
+ <AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
5
+ <_Parameter1>System.CommandLine.ToolCommandName</_Parameter1>
6
+ <_Parameter2>$(ToolCommandName)</_Parameter2>
7
+ </AssemblyAttribute>
8
+ </ItemGroup>
9
10
+</Project>
0 commit comments