Skip to content

Commit d0475d4

Browse files
committed
As I am building the NuGet package from the root, do I not need the relative path to the Readme?
1 parent 072bab3 commit d0475d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/todo/todo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1313
<PackageProjectUrl>https://github.com/rprouse/dotnet-todo</PackageProjectUrl>
1414
<RepositoryUrl>https://github.com/rprouse/dotnet-todo</RepositoryUrl>
15-
<PackageReadmeFile>../../Readme.md</PackageReadmeFile>
15+
<PackageReadmeFile>Readme.md</PackageReadmeFile>
1616
<PackageId>dotnet-todo</PackageId>
1717
<Version>0.6.2</Version>
1818
<PackAsTool>true</PackAsTool>

0 commit comments

Comments
 (0)