Skip to content

Commit 228b3c1

Browse files
committed
Fix NU5039 The readme file 'README.md' does not exist in the package
1 parent c68d092 commit 228b3c1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

MiniExcel.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs and setting", "Docs an
1212
appveyor.yml = appveyor.yml
1313
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
1414
LICENSE = LICENSE
15+
README-NuGet.md = README-NuGet.md
1516
README.md = README.md
1617
README.zh-CN.md = README.zh-CN.md
1718
README.zh-Hant.md = README.zh-Hant.md

README-NuGet.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11

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

64
---
75

src/MiniExcel/MiniExcelLibs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Todo : https://github.com/mini-software/MiniExcel/projects/1?fullscreen=true</De
5151
</ItemGroup>
5252
<ItemGroup>
5353
<None Include="icon.png" Pack="true" PackagePath="\" />
54-
<None Include="..\..\README-NuGet.md" Link="README.md" Pack="true" PackagePath="" />
54+
<None Include="..\..\README-NuGet.md" Link="README.md" Pack="true" PackagePath="README.md" />
5555
</ItemGroup>
5656
<ItemGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
5757
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />

0 commit comments

Comments
 (0)