|
2 | 2 | <package>
|
3 | 3 | <metadata>
|
4 | 4 | <id>Auth0.OidcClient.MAUI</id>
|
5 |
| - <version>1.0.1</version> |
| 5 | + <version>1.1.0-beta.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.1.0-beta.0 |
| 15 | + - Upgrade to .NET 8 |
| 16 | + |
14 | 17 | Version 1.0.1
|
15 | 18 | - Add net-6.0 target to Auth0 MAUI NuGet package.
|
16 | 19 | - Bump Auth0.OidcClient.Core to v4, removing support for ClientSecret
|
|
28 | 31 | <tags>Auth0 OIDC MAUI</tags>
|
29 | 32 | <readme>README.md</readme>
|
30 | 33 | <dependencies>
|
31 |
| - <group targetFramework="net6.0"> |
| 34 | + <group targetFramework="net8.0"> |
32 | 35 | <dependency id="Auth0.OidcClient.Core" version="4.0.1" />
|
33 | 36 | <dependency id="IdentityModel.OidcClient" version="5.2.1" />
|
34 | 37 | </group>
|
35 |
| - <group targetFramework="net6.0-android29.0"> |
| 38 | + <group targetFramework="net8.0-android33.0.95"> |
36 | 39 | <dependency id="Auth0.OidcClient.Core" version="4.0.1" />
|
37 | 40 | <dependency id="IdentityModel.OidcClient" version="5.2.1" />
|
38 | 41 | </group>
|
39 |
| - <group targetFramework="net6.0-ios13.0"> |
| 42 | + <group targetFramework="net8.0-ios16.4.7142"> |
40 | 43 | <dependency id="Auth0.OidcClient.Core" version="4.0.1" />
|
41 | 44 | <dependency id="IdentityModel.OidcClient" version="5.2.1" />
|
42 | 45 | <dependency id="System.Runtime.InteropServices.NFloat.Internal" version="6.0.1" />
|
43 | 46 | </group>
|
44 |
| - <group targetFramework="net6.0-maccatalyst14.0"> |
| 47 | + <group targetFramework="net8.0-maccatalyst16.4.7142"> |
45 | 48 | <dependency id="Auth0.OidcClient.Core" version="4.0.1" />
|
46 | 49 | <dependency id="IdentityModel.OidcClient" version="5.2.1" />
|
47 | 50 | <dependency id="System.Runtime.InteropServices.NFloat.Internal" version="6.0.1" />
|
48 | 51 | </group>
|
49 |
| - <group targetFramework="net6.0-windows10.0.19041"> |
| 52 | + <group targetFramework="net8.0-windows10.0.20348.0"> |
50 | 53 | <dependency id="Auth0.OidcClient.Core" version="4.0.1" />
|
51 | 54 | <dependency id="IdentityModel.OidcClient" version="5.2.1" />
|
52 |
| - <dependency id="Microsoft.WindowsAppSDK" version="1.2.221209.1" /> |
| 55 | + <dependency id="Microsoft.WindowsAppSDK" version="1.5.240627000" /> |
53 | 56 | </group>
|
54 | 57 | </dependencies>
|
55 | 58 | </metadata>
|
56 | 59 | <files>
|
57 |
| - <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0\Auth0.OidcClient.dll" target="lib\net6.0" /> |
58 |
| - <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0\Auth0.OidcClient.xml" target="lib\net6.0" /> |
59 |
| - <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-android\Auth0.OidcClient.dll" target="lib\net6.0-android29.0" /> |
60 |
| - <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-android\Auth0.OidcClient.xml" target="lib\net6.0-android29.0" /> |
61 |
| - <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-ios\Auth0.OidcClient.dll" target="lib\net6.0-ios13.0" /> |
62 |
| - <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-ios\Auth0.OidcClient.xml" target="lib\net6.0-ios13.0" /> |
63 |
| - <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-maccatalyst\Auth0.OidcClient.dll" target="lib\net6.0-maccatalyst14.0" /> |
64 |
| - <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-maccatalyst\Auth0.OidcClient.xml" target="lib\net6.0-maccatalyst14.0" /> |
65 |
| - <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-windows10.0.19041.0\Auth0.OidcClient.dll" target="lib\net6.0-windows10.0.19041" /> |
66 |
| - <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net6.0-windows10.0.19041.0\Auth0.OidcClient.xml" target="lib\net6.0-windows10.0.19041" /> |
67 |
| - <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" /> |
| 60 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0\Auth0.OidcClient.dll" target="lib\net8.0" /> |
| 61 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0\Auth0.OidcClient.xml" target="lib\net8.0" /> |
| 62 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-android\Auth0.OidcClient.dll" target="lib\net8.0-android33.0.95" /> |
| 63 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-android\Auth0.OidcClient.xml" target="lib\net8.0-android33.0.95" /> |
| 64 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-ios\Auth0.OidcClient.dll" target="lib\net8.0-ios16.4.7142" /> |
| 65 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-ios\Auth0.OidcClient.xml" target="lib\net8.0-ios16.4.7142" /> |
| 66 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-maccatalyst\Auth0.OidcClient.dll" target="lib\net8.0-maccatalyst16.4.7142" /> |
| 67 | + <file src="..\src\Auth0.OidcClient.MAUI\bin\Release\net8.0-maccatalyst\Auth0.OidcClient.xml" target="lib\net8.0-maccatalyst16.4.7142" /> |
| 68 | + <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" /> |
| 69 | + <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" /> |
| 70 | + <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" /> |
68 | 71 | <file src="..\build\Auth0Icon.png" />
|
69 | 72 | <file src="..\src\Auth0.OidcClient.MAUI\README.md" />
|
70 | 73 | </files>
|
|
0 commit comments