Skip to content

Commit

Permalink
Fix identity model readme paths
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Nov 12, 2024
1 parent b876f78 commit f68c6b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<PackageId>Duende.IdentityModel.OidcClient.Extensions</PackageId>
<PackageTags>OAuth2;OAuth 2.0;OpenID Connect;Security;Identity;IdentityServer;DPoP</PackageTags>
<Description>DPoP extensions for IdentityModel.OidcClient</Description>
<PackageReadmePath>README.md</PackageReadmePath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Description>RFC8252 compliant and certified OpenID Connect and OAuth 2.0 client library for native applications</Description>
<IsTrimmable Condition="'$(TargetFramework)' != 'netstandard2.0'">true</IsTrimmable>
<Nullable>disable</Nullable>
<PackageReadmePath>README.md</PackageReadmePath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Duende.IdentityModel" />
Expand Down
4 changes: 3 additions & 1 deletion src.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>

<PackageReadmePath>../../README.md</PackageReadmePath>
</PropertyGroup>

<ItemGroup>
Expand All @@ -55,7 +57,7 @@

<ItemGroup>
<None Include="../../../icon.png" Pack="true" Visible="false" PackagePath="" />
<None Include="../../README.md" Pack="true" PackagePath="" />
<None Include="$(PackageReadmePath)" Pack="true" PackagePath="" />
</ItemGroup>

</Project>

0 comments on commit f68c6b3

Please sign in to comment.