We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb44517 commit f6810bcCopy full SHA for f6810bc
Blazor.NavigationStack/Blazor.NavigationStack.csproj
@@ -16,7 +16,12 @@
16
<PackageProjectUrl>https://github.com/gpoon21/Blazor.NavigationStack</PackageProjectUrl>
17
<RepositoryUrl>https://github.com/gpoon21/Blazor.NavigationStack</RepositoryUrl>
18
<RepositoryType>git</RepositoryType>
19
+ <PackageReadmeFile>README.md</PackageReadmeFile>
20
</PropertyGroup>
21
+
22
+ <ItemGroup>
23
+ <None Include="..\README.md" Pack="true" PackagePath="\"/>
24
+ </ItemGroup>
25
26
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
27
<DocumentationFile>bin\Release\Blazor.NavigationStack.xml</DocumentationFile>
0 commit comments