Skip to content

Commit df90548

Browse files
authored
Fix for using library as a transative dep (#71)
1 parent dbc445a commit df90548

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

src/EmptyFiles/EmptyFiles.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<PackageReference Include="ProjectDefaults" Version="1.0.48" PrivateAssets="All" />
1010
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
1111
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="All" />
12-
<Content Include="buildMultiTargeting\EmptyFiles.targets" PackagePath="buildMultiTargeting\EmptyFiles.targets" />
13-
<Content Include="build\EmptyFiles.targets" PackagePath="build\EmptyFiles.targets" />
12+
<None Include="EmptyFiles.targets" Pack="True" PackagePath="build\EmptyFiles.targets" CopyToOutputDirectory="PreserveNewest" />
13+
<None Include="EmptyFiles.targets" Pack="True" PackagePath="buildTransitive\EmptyFiles.targets" CopyToOutputDirectory="PreserveNewest" />
1414
<None Include="$(ProjectDir)..\..\files\**\empty.*">
1515
<Pack>true</Pack>
1616
<PackagePath>EmptyFiles</PackagePath>

src/EmptyFiles/buildMultiTargeting/EmptyFiles.targets

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)