Fix NU5039 The readme file 'README.md' does not exist in the package

This commit is contained in:
Wei Lin 2024-07-21 20:05:45 +08:00
parent c68d092dec
commit 228b3c180f
3 changed files with 3 additions and 4 deletions

View File

@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs and setting", "Docs an
appveyor.yml = appveyor.yml appveyor.yml = appveyor.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml .github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE LICENSE = LICENSE
README-NuGet.md = README-NuGet.md
README.md = README.md README.md = README.md
README.zh-CN.md = README.zh-CN.md README.zh-CN.md = README.zh-CN.md
README.zh-Hant.md = README.zh-Hant.md README.zh-Hant.md = README.zh-Hant.md

View File

@ -1,7 +1,5 @@
![](https://github.com/dotnet-foundation/swag/blob/main/logo/dotnetfoundation_v4_horizontal.png?raw=true) This project is part of the [.NET Foundation](https://dotnetfoundation.org/projects/project-detail/miniexcel) and operates under their code of conduct.
This project is part of the .NET Foundation and operates under their code of conduct.
--- ---

View File

@ -51,7 +51,7 @@ Todo : https://github.com/mini-software/MiniExcel/projects/1?fullscreen=true</De
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="\" /> <None Include="icon.png" Pack="true" PackagePath="\" />
<None Include="..\..\README-NuGet.md" Link="README.md" Pack="true" PackagePath="" /> <None Include="..\..\README-NuGet.md" Link="README.md" Pack="true" PackagePath="README.md" />
</ItemGroup> </ItemGroup>
<ItemGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> <ItemGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" /> <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />