Skip to content

Commit

Permalink
Disable package validation
Browse files Browse the repository at this point in the history
  • Loading branch information
julioct committed Jun 12, 2024
1 parent 7d77a8a commit 7ba1314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/Aspire.Keycloak/Aspire.Keycloak.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<IsPackable>true</IsPackable>
<PackageTags>$(ComponentCommonPackageTags) Keycloak</PackageTags>
<Description>Configures Keycloak as the authentication provider for ASP.NET Core applications.</Description>
<!-- Disable package validation as this package hasn't shipped yet. -->
<EnablePackageValidation>false</EnablePackageValidation>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7ba1314

Please sign in to comment.