Skip to content

Commit

Permalink
Merge pull request #78 from DuendeSoftware/atm-readme-fix
Browse files Browse the repository at this point in the history
Use nuget readme files
  • Loading branch information
josephdecock authored Dec 18, 2024
2 parents 4753c91 + 8c27886 commit bf4c07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<RootNamespace>$(PackageId)</RootNamespace>
<Description>Automatic access token management for interactive OpenIdConnect-based ASP.NET Core applications</Description>
<IsTrimmable>false</IsTrimmable>
<PackageReadmePath>README.md</PackageReadmePath>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<RootNamespace>$(PackageId)</RootNamespace>
<Description>Automatic access token management for OAuth client credential flows</Description>
<IsTrimmable>false</IsTrimmable>
<PackageReadmePath>README.md</PackageReadmePath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Duende.IdentityModel" />
Expand Down

0 comments on commit bf4c07b

Please sign in to comment.