Skip to content

Commit

Permalink
Include README.md to EasyCaching.Extensions.EasyCompressor
Browse files Browse the repository at this point in the history
  • Loading branch information
mjebrahimi committed Feb 8, 2024
1 parent defc6c3 commit eca9d3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\EasyCompressor.png" Pack="true" PackagePath="" />
<None Include="$(SolutionDir)\README.md" Pack="true" PackagePath="" />
<None Include="$(SolutionDir)\README.md" Pack="true" PackagePath="" Condition="$(MSBuildProjectName) != 'EasyCaching.Extensions.EasyCompressor'" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@
<ProjectReference Include="..\EasyCompressor\EasyCompressor.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit eca9d3d

Please sign in to comment.