Skip to content

Commit

Permalink
Add package assets files to older csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
tspence committed Aug 6, 2024
1 parent 18065ed commit deeeeb8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/net20/tests.net20.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@
<Name>src.net20</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\PackageAssets.csv">
<Link>PackageAssets.csv</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions tests/net40/tests.net40.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
<Name>src.net40</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\PackageAssets.csv">
<Link>PackageAssets.csv</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions tests/net45/tests.net45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
<Name>src.net45</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\PackageAssets.csv">
<Link>PackageAssets.csv</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
Expand Down

0 comments on commit deeeeb8

Please sign in to comment.