-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9078a78
commit 1af30f2
Showing
3 changed files
with
59 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<metadata> | ||
<id>Auth0.OidcClient.MAUI</id> | ||
<version>1.0.0-beta.1</version> | ||
<authors>Auth0</authors> | ||
<owners>Auth0</owners> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/auth0/auth0-oidc-client-net</projectUrl> | ||
<icon>Auth0Icon.png</icon> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Auth0 OIDC Client for MAUI apps</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright 2017-2023 Auth0, Inc.</copyright> | ||
<tags>Auth0 OIDC MAUI</tags> | ||
<dependencies> | ||
<group targetFramework="net6.0-android29.0"> | ||
<dependency id="Auth0.OidcClient.Core" version="3.4.1" /> | ||
<dependency id="IdentityModel.OidcClient" version="5.2.1" /> | ||
</group> | ||
<group targetFramework="net6.0-ios13.0"> | ||
<dependency id="Auth0.OidcClient.Core" version="3.4.1" /> | ||
<dependency id="IdentityModel.OidcClient" version="5.2.1" /> | ||
<dependency id="System.Runtime.InteropServices.NFloat.Internal" version="6.0.1" /> | ||
</group> | ||
<group targetFramework="net6.0-maccatalyst14.0"> | ||
<dependency id="Auth0.OidcClient.Core" version="3.4.1" /> | ||
<dependency id="IdentityModel.OidcClient" version="5.2.1" /> | ||
<dependency id="System.Runtime.InteropServices.NFloat.Internal" version="6.0.1" /> | ||
</group> | ||
<group targetFramework="net6.0-windows10.0.19041"> | ||
<dependency id="Auth0.OidcClient.Core" version="3.4.1" /> | ||
<dependency id="IdentityModel.OidcClient" version="5.2.1" /> | ||
<dependency id="Microsoft.WindowsAppSDK" version="1.3.230502000" /> | ||
</group> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<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" /> | ||
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-ios\Auth0.OidcClient.xml" target="lib\net6.0-ios13.0" /> | ||
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-maccatalyst\Auth0.OidcClient.dll" target="lib\net6.0-maccatalyst14.0" /> | ||
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-maccatalyst\Auth0.OidcClient.xml" target="lib\net6.0-maccatalyst14.0" /> | ||
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-windows10.0.19041.0\Auth0.OidcClient.dll" target="lib\net6.0-windows10.0.19041" /> | ||
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-windows10.0.19041.0\Auth0.OidcClient.xml" target="lib\net6.0-windows10.0.19041" /> | ||
<file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-windows10.0.19041.0\Auth0.OidcClient.MAUI.Platforms.Windows.dll" target="lib\net6.0-windows10.0.19041" /> | ||
<file src="..\build\Auth0Icon.png" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters