Skip to content

Commit e8dc996

Browse files
Formal change
1 parent b109d01 commit e8dc996

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

PicoXLSX/PicoXLSX.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@
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>
@@ -66,12 +63,13 @@
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">

0 commit comments

Comments
 (0)