diff --git a/Directory.build.props b/Directory.build.props index 26b1400..31a2154 100644 --- a/Directory.build.props +++ b/Directory.build.props @@ -1,5 +1,5 @@ - 6.0.101-preview.11.2082 + 6.0.101-preview.11.2349 diff --git a/src/Mobile/Microsoft.NetConf2021.Maui.csproj b/src/Mobile/Microsoft.NetConf2021.Maui.csproj index f0936ba..48b82cd 100644 --- a/src/Mobile/Microsoft.NetConf2021.Maui.csproj +++ b/src/Mobile/Microsoft.NetConf2021.Maui.csproj @@ -47,8 +47,8 @@ - - + + diff --git a/src/Mobile/Platforms/Android/Services/MediaPlayerService.cs b/src/Mobile/Platforms/Android/Services/MediaPlayerService.cs index 586efb1..1d24863 100644 --- a/src/Mobile/Platforms/Android/Services/MediaPlayerService.cs +++ b/src/Mobile/Platforms/Android/Services/MediaPlayerService.cs @@ -11,6 +11,7 @@ using Android.Graphics; using System; using System.Threading.Tasks; using System.Collections.Generic; +using Microsoft.Maui.Platform; namespace Microsoft.NetConf2021.Maui.Platforms.Android.Services { diff --git a/src/Mobile/Services/EssentialsExtensions.cs b/src/Mobile/Services/EssentialsExtensions.cs index e36853c..2c836d5 100644 --- a/src/Mobile/Services/EssentialsExtensions.cs +++ b/src/Mobile/Services/EssentialsExtensions.cs @@ -18,8 +18,6 @@ namespace Microsoft.Maui.Essentials IEssentialsBuilder OnAppAction(Action action); IEssentialsBuilder UseVersionTracking(); - - IEssentialsBuilder UseLegacySecureStorage(); } public static class EssentialsExtensions @@ -121,8 +119,6 @@ namespace Microsoft.Maui.Essentials #if WINDOWS Platform.MapServiceToken = _essentialsBuilder.MapServiceToken; -#elif __ANDROID__ - SecureStorage.LegacyKeyHashFallback = _essentialsBuilder.UseLegaceSecureStorage; #endif AppActions.OnAppAction += HandleOnAppAction; @@ -155,7 +151,6 @@ namespace Microsoft.Maui.Essentials internal bool TrackVersions; #pragma warning disable CS0414 // Remove unread private members - internal bool UseLegaceSecureStorage; internal string MapServiceToken; #pragma warning restore CS0414 // Remove unread private members @@ -182,12 +177,6 @@ namespace Microsoft.Maui.Essentials TrackVersions = true; return this; } - - public IEssentialsBuilder UseLegacySecureStorage() - { - UseLegaceSecureStorage = true; - return this; - } } } } diff --git a/src/MobileBlazor/mauiapp/NetPodsMauiBlazor.csproj b/src/MobileBlazor/mauiapp/NetPodsMauiBlazor.csproj index d2d7b41..aae4eba 100644 --- a/src/MobileBlazor/mauiapp/NetPodsMauiBlazor.csproj +++ b/src/MobileBlazor/mauiapp/NetPodsMauiBlazor.csproj @@ -43,8 +43,8 @@ - - + + diff --git a/src/Services/ListenTogether/ListenTogether.Application/ListenTogether.Application.csproj b/src/Services/ListenTogether/ListenTogether.Application/ListenTogether.Application.csproj index 4c4598b..e0323bc 100644 --- a/src/Services/ListenTogether/ListenTogether.Application/ListenTogether.Application.csproj +++ b/src/Services/ListenTogether/ListenTogether.Application/ListenTogether.Application.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Services/ListenTogether/ListenTogether.Hub/ListenTogether.Hub.csproj b/src/Services/ListenTogether/ListenTogether.Hub/ListenTogether.Hub.csproj index a6b1596..6504706 100644 --- a/src/Services/ListenTogether/ListenTogether.Hub/ListenTogether.Hub.csproj +++ b/src/Services/ListenTogether/ListenTogether.Hub/ListenTogether.Hub.csproj @@ -10,12 +10,12 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Services/ListenTogether/ListenTogether.Infrastructure/ListenTogether.Infrastructure.csproj b/src/Services/ListenTogether/ListenTogether.Infrastructure/ListenTogether.Infrastructure.csproj index d6c5b28..d7f30b9 100644 --- a/src/Services/ListenTogether/ListenTogether.Infrastructure/ListenTogether.Infrastructure.csproj +++ b/src/Services/ListenTogether/ListenTogether.Infrastructure/ListenTogether.Infrastructure.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/src/Services/Podcasts/Podcast.API/Podcast.API.csproj b/src/Services/Podcasts/Podcast.API/Podcast.API.csproj index 33a8795..e0305a5 100644 --- a/src/Services/Podcasts/Podcast.API/Podcast.API.csproj +++ b/src/Services/Podcasts/Podcast.API/Podcast.API.csproj @@ -11,11 +11,11 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/Services/Podcasts/Podcast.Infrastructure/Podcast.Infrastructure.csproj b/src/Services/Podcasts/Podcast.Infrastructure/Podcast.Infrastructure.csproj index 0317d87..2752920 100644 --- a/src/Services/Podcasts/Podcast.Infrastructure/Podcast.Infrastructure.csproj +++ b/src/Services/Podcasts/Podcast.Infrastructure/Podcast.Infrastructure.csproj @@ -7,12 +7,12 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/Services/Podcasts/Podcast.Ingestion.Worker/Podcast.Ingestion.Worker.csproj b/src/Services/Podcasts/Podcast.Ingestion.Worker/Podcast.Ingestion.Worker.csproj index 4ee34b5..89370ed 100644 --- a/src/Services/Podcasts/Podcast.Ingestion.Worker/Podcast.Ingestion.Worker.csproj +++ b/src/Services/Podcasts/Podcast.Ingestion.Worker/Podcast.Ingestion.Worker.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/src/Services/Podcasts/Podcast.Updater.Worker/Podcast.Updater.Worker.csproj b/src/Services/Podcasts/Podcast.Updater.Worker/Podcast.Updater.Worker.csproj index 1b11c9a..f634e7a 100644 --- a/src/Services/Podcasts/Podcast.Updater.Worker/Podcast.Updater.Worker.csproj +++ b/src/Services/Podcasts/Podcast.Updater.Worker/Podcast.Updater.Worker.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/src/Web/Client/Podcast.Client.csproj b/src/Web/Client/Podcast.Client.csproj index 6b8ba3f..bec7ff5 100644 --- a/src/Web/Client/Podcast.Client.csproj +++ b/src/Web/Client/Podcast.Client.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/Web/Components/Podcast.Components.Maui.csproj b/src/Web/Components/Podcast.Components.Maui.csproj index 6832626..a5d75d8 100644 --- a/src/Web/Components/Podcast.Components.Maui.csproj +++ b/src/Web/Components/Podcast.Components.Maui.csproj @@ -20,8 +20,8 @@ - - + + diff --git a/src/Web/Components/Podcast.Components.csproj b/src/Web/Components/Podcast.Components.csproj index 74d5d91..93c45e2 100644 --- a/src/Web/Components/Podcast.Components.csproj +++ b/src/Web/Components/Podcast.Components.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/src/Web/Pages/Podcast.Pages.Maui.csproj b/src/Web/Pages/Podcast.Pages.Maui.csproj index fdeb2b8..cf83947 100644 --- a/src/Web/Pages/Podcast.Pages.Maui.csproj +++ b/src/Web/Pages/Podcast.Pages.Maui.csproj @@ -20,7 +20,7 @@ - + diff --git a/src/Web/Pages/Podcast.Pages.csproj b/src/Web/Pages/Podcast.Pages.csproj index a172396..d2a9bbe 100644 --- a/src/Web/Pages/Podcast.Pages.csproj +++ b/src/Web/Pages/Podcast.Pages.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Web/Server/Podcast.Server.csproj b/src/Web/Server/Podcast.Server.csproj index 6267758..7d95db6 100644 --- a/src/Web/Server/Podcast.Server.csproj +++ b/src/Web/Server/Podcast.Server.csproj @@ -10,7 +10,7 @@ - +