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 46fd14b commit 307337fCopy full SHA for 307337f
src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj
@@ -17,6 +17,7 @@
17
</ItemGroup>
18
<ItemGroup>
19
<None Include="Auth0Icon.png" Pack="true" Visible="false" PackagePath="" />
20
+ <None Include="..\..\README.md" Pack="true" PackagePath="\"/>
21
22
<PropertyGroup>
23
<Product>Auth0.AspNetCore.Authentication</Product>
@@ -37,6 +38,7 @@
37
38
<CLSCompliant>true</CLSCompliant>
39
<ComVisible>false</ComVisible>
40
<Nullable>enable</Nullable>
41
+ <PackageReadmeFile>README.md</PackageReadmeFile>
42
</PropertyGroup>
43
44
<Version>1.4.1</Version>
0 commit comments