Skip to content

Commit

Permalink
PackageReadmeFile
Browse files Browse the repository at this point in the history
  • Loading branch information
pengweiqhca committed Sep 15, 2024
1 parent 4c1f17f commit 0c2bf3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<RepositoryUrl>https://github.com/pengweiqhca/Xunit.DependencyInjection</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<SignAssembly>True</SignAssembly>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.IsExternalInit</PolySharpExcludeGeneratedTypes>
<PublicKey>0024000004800000940000000602000000240000525341310004000001000100b5808d2661c4f48da3683c5a557422a4ca5a132ac461790b148b8eabb94f109dad5ac0c3889f8e68f4923afb429cd5583ed0290540b5ec89a9153c954ad38f2e123ac292ca0f1b495a4bc103e5f7dec05264943f3ee018cb5e8feceff3659470a6837dc1f6c324e3b537245947032eba5c570e47a6573c5d75d9e2b12981f6b1</PublicKey>
</PropertyGroup>
Expand Down
7 changes: 7 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<EnableNETAnalyzers>True</EnableNETAnalyzers>

<PackageProjectUrl>$(RepositoryUrl)/src/$(MSBuildProjectName)</PackageProjectUrl>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="$(SolutionDir)\README.md" Pack="true" PackagePath="\" Visible="false" />
</ItemGroup>

</Project>

0 comments on commit 0c2bf3b

Please sign in to comment.