Skip to content

Commit 307337f

Browse files
Add README to NuGet (#139)
1 parent 46fd14b commit 307337f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
</ItemGroup>
1818
<ItemGroup>
1919
<None Include="Auth0Icon.png" Pack="true" Visible="false" PackagePath="" />
20+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
2021
</ItemGroup>
2122
<PropertyGroup>
2223
<Product>Auth0.AspNetCore.Authentication</Product>
@@ -37,6 +38,7 @@
3738
<CLSCompliant>true</CLSCompliant>
3839
<ComVisible>false</ComVisible>
3940
<Nullable>enable</Nullable>
41+
<PackageReadmeFile>README.md</PackageReadmeFile>
4042
</PropertyGroup>
4143
<PropertyGroup>
4244
<Version>1.4.1</Version>

0 commit comments

Comments
 (0)