File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 <PackagePath >lib/netstandard2.0/</PackagePath >
5656 </None >
5757
58- <!-- Your build props files -->
59- <None Include =" build/net45/PicoXLSX.props" Pack =" true" />
60- <None Include =" build/netstandard2.0/PicoXLSX.props" Pack =" true" />
6158 </ItemGroup >
6259
6360 <ItemGroup >
6663 <PackageReference Include =" NanoXLSX.Formatting" Version =" [3.0.0, 4.0.0)" />
6764 </ItemGroup >
6865
69- <Target Name =" GenerateDocsIndex" AfterTargets =" Build " >
66+ <Target Name =" GenerateDocsIndex" AfterTargets =" Pack " Condition = " '$(TargetFramework)' == 'netstandard2.0' " >
7067 <Exec Command =" dotnet run --project ../Docs.IndexGenerator" />
7168 </Target >
7269
7370 <PropertyGroup >
7471 <DocsGeneratorConfig >$(SolutionDir)\Docs.IndexGenerator\Config\meta-package-config.json</DocsGeneratorConfig >
72+
7573 </PropertyGroup >
7674
7775 <Target Name =" WriteDocsRootConfig" BeforeTargets =" BeforeBuild" >
You can’t perform that action at this time.
0 commit comments