Skip to content

Commit

Permalink
Add net-6.0 target to Auth0 MAUI NuGet package (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoo committed Apr 29, 2024
1 parent 6c897e9 commit 26a3485
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuget/Auth0.OidcClient.MAUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
<tags>Auth0 OIDC MAUI</tags>
<readme>README.md</readme>
<dependencies>
<group targetFramework="net6.0">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="IdentityModel.OidcClient" version="5.2.1" />
</group>
<group targetFramework="net6.0-android29.0">
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="IdentityModel.OidcClient" version="5.2.1" />
Expand All @@ -46,6 +50,8 @@
</dependencies>
</metadata>
<files>
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0\Auth0.OidcClient.dll" target="lib\net6.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0\Auth0.OidcClient.xml" target="lib\net6.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-android\Auth0.OidcClient.dll" target="lib\net6.0-android29.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-android\Auth0.OidcClient.xml" target="lib\net6.0-android29.0" />
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-ios\Auth0.OidcClient.dll" target="lib\net6.0-ios13.0" />
Expand Down

0 comments on commit 26a3485

Please sign in to comment.