|
2 | 2 | <package>
|
3 | 3 | <metadata>
|
4 | 4 | <id>Auth0.OidcClient.MAUI</id>
|
5 |
| - <version>1.1.0</version> |
| 5 | + <version>1.2.0</version> |
6 | 6 | <authors>Auth0</authors>
|
7 | 7 | <owners>Auth0</owners>
|
8 | 8 | <license type="expression">Apache-2.0</license>
|
|
11 | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
12 | 12 | <description>Auth0 OIDC Client for MAUI apps</description>
|
13 | 13 | <releaseNotes>
|
| 14 | + Version 1.2.0 |
| 15 | + - Support .NET 9 |
| 16 | + |
14 | 17 | Version 1.1.0
|
15 | 18 | - Upgrade to .NET 8
|
16 | 19 |
|
|
57 | 60 | <dependency id="IdentityModel.OidcClient" version="5.2.1" />
|
58 | 61 | <dependency id="Microsoft.WindowsAppSDK" version="1.5.240627000" />
|
59 | 62 | </group>
|
| 63 | + <group targetFramework="net9.0"> |
| 64 | + <dependency id="Auth0.OidcClient.Core" version="4.0.1" /> |
| 65 | + <dependency id="IdentityModel.OidcClient" version="5.2.1" /> |
| 66 | + </group> |
| 67 | + <group targetFramework="net9.0-android33.0.95"> |
| 68 | + <dependency id="Auth0.OidcClient.Core" version="4.0.1" /> |
| 69 | + <dependency id="IdentityModel.OidcClient" version="5.2.1" /> |
| 70 | + </group> |
| 71 | + <group targetFramework="net9.0-ios16.4.7142"> |
| 72 | + <dependency id="Auth0.OidcClient.Core" version="4.0.1" /> |
| 73 | + <dependency id="IdentityModel.OidcClient" version="5.2.1" /> |
| 74 | + <dependency id="System.Runtime.InteropServices.NFloat.Internal" version="6.0.1" /> |
| 75 | + </group> |
| 76 | + <group targetFramework="net9.0-maccatalyst16.4.7142"> |
| 77 | + <dependency id="Auth0.OidcClient.Core" version="4.0.1" /> |
| 78 | + <dependency id="IdentityModel.OidcClient" version="5.2.1" /> |
| 79 | + <dependency id="System.Runtime.InteropServices.NFloat.Internal" version="6.0.1" /> |
| 80 | + </group> |
| 81 | + <group targetFramework="net9.0-windows10.0.20348.0"> |
| 82 | + <dependency id="Auth0.OidcClient.Core" version="4.0.1" /> |
| 83 | + <dependency id="IdentityModel.OidcClient" version="5.2.1" /> |
| 84 | + <dependency id="Microsoft.WindowsAppSDK" version="1.5.240627000" /> |
| 85 | + </group> |
60 | 86 | </dependencies>
|
61 | 87 | </metadata>
|
62 | 88 | <files>
|
|
71 | 97 | <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-windows10.0.20348.0\Auth0.OidcClient.dll" target="lib\net8.0-windows10.0.20348.0" />
|
72 | 98 | <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-windows10.0.20348.0\Auth0.OidcClient.xml" target="lib\net8.0-windows10.0.20348.0" />
|
73 | 99 | <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-windows10.0.20348.0\Auth0.OidcClient.MAUI.Platforms.Windows.dll" target="lib\net8.0-windows10.0.20348" />
|
| 100 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net9.0\Auth0.OidcClient.dll" target="lib\net9.0" /> |
| 101 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net9.0\Auth0.OidcClient.xml" target="lib\net9.0" /> |
| 102 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net9.0-android\Auth0.OidcClient.dll" target="lib\net9.0-android33.0.95" /> |
| 103 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net9.0-android\Auth0.OidcClient.xml" target="lib\net9.0-android33.0.95" /> |
| 104 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net9.0-ios\Auth0.OidcClient.dll" target="lib\net9.0-ios16.4.7142" /> |
| 105 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net9.0-ios\Auth0.OidcClient.xml" target="lib\net9.0-ios16.4.7142" /> |
| 106 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net9.0-maccatalyst\Auth0.OidcClient.dll" target="lib\net9.0-maccatalyst16.4.7142" /> |
| 107 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net9.0-maccatalyst\Auth0.OidcClient.xml" target="lib\net9.0-maccatalyst16.4.7142" /> |
| 108 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net9.0-windows10.0.20348.0\Auth0.OidcClient.dll" target="lib\net9.0-windows10.0.20348.0" /> |
| 109 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net9.0-windows10.0.20348.0\Auth0.OidcClient.xml" target="lib\net9.0-windows10.0.20348.0" /> |
| 110 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net9.0-windows10.0.20348.0\Auth0.OidcClient.MAUI.Platforms.Windows.dll" target="lib\net9.0-windows10.0.20348" /> |
74 | 111 | <file src="..\build\Auth0Icon.png" />
|
75 | 112 | <file src="..\src\Auth0.OidcClient.MAUI\README.md" />
|
76 | 113 | </files>
|
|
0 commit comments