diff --git a/README.md b/README.md index d054c18..b7e0b4e 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,11 @@ The new plugin version 1.2.0 now supports .NET MAUI applications with .NET 6 To get started add the `GoogleService-Info.plist` and the `google-services.json` files to the root folder of your project and include them in the .csproj file like this: ```xml - + - + ``` @@ -104,7 +104,7 @@ Ensure the `ApplicationId` in your `.csproj` file matches the `bundle_id` and `p The plugin doesn't support Windows or Mac catalyst, so either remove their targets from your `.csproj` file or use [preprocessor directives](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives#conditional-compilation) and [MSBuild conditions](https://learn.microsoft.com/de-de/visualstudio/msbuild/msbuild-conditions?view=vs-2022), e.g: ```xml - + ``` @@ -112,14 +112,14 @@ The plugin doesn't support Windows or Mac catalyst, so either remove their targe ### Android specifics - For package versions prior to `Plugin.Firebase 2.0.7`, `Plugin.Firebase.Auth 2.0.5`, `Plugin.Firebase.Firestore 2.0.5`, `Plugin.Firebase.Functions 2.0.2` or `Plugin.Firebase.Storage 2.0.2` add the following `ItemGroup` to your `.csproj` file to prevent build errors: ```xml - + ``` - For later versions add the following `ItemGroup` to your `.csproj` file to prevent build errors: ```xml - + diff --git a/sample/Playground/Playground.csproj b/sample/Playground/Playground.csproj index 48b74e4..1638c09 100644 --- a/sample/Playground/Playground.csproj +++ b/sample/Playground/Playground.csproj @@ -1,11 +1,12 @@ - net7.0-android;net7.0-ios + net8.0-android;net8.0-ios Playground true true enable + Exe Playground @@ -20,8 +21,6 @@ 14.2 21.0 - 33 - Exe @@ -32,6 +31,12 @@ + + + + + + @@ -92,7 +97,7 @@ - + true diff --git a/src/Analytics/Analytics.csproj b/src/Analytics/Analytics.csproj index 58cc0ac..107bfe1 100644 --- a/src/Analytics/Analytics.csproj +++ b/src/Analytics/Analytics.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true enable @@ -64,11 +64,11 @@ - + - + @@ -78,11 +78,11 @@ - + - + diff --git a/src/Auth.Facebook/Auth.Facebook.csproj b/src/Auth.Facebook/Auth.Facebook.csproj index 204c56f..abb925d 100644 --- a/src/Auth.Facebook/Auth.Facebook.csproj +++ b/src/Auth.Facebook/Auth.Facebook.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true true enable @@ -65,11 +65,11 @@ - + - + @@ -80,11 +80,11 @@ - + - + diff --git a/src/Auth.Google/Auth.Google.csproj b/src/Auth.Google/Auth.Google.csproj index e1d0dd9..679d082 100644 --- a/src/Auth.Google/Auth.Google.csproj +++ b/src/Auth.Google/Auth.Google.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true true enable @@ -65,11 +65,11 @@ - + - + @@ -80,11 +80,11 @@ - + - + diff --git a/src/Auth/Auth.csproj b/src/Auth/Auth.csproj index f4687b6..2433095 100644 --- a/src/Auth/Auth.csproj +++ b/src/Auth/Auth.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true true enable @@ -65,11 +65,11 @@ - + - + @@ -79,11 +79,11 @@ - + - + diff --git a/src/Bundled/Bundled.csproj b/src/Bundled/Bundled.csproj index ad8f0c0..4d2c132 100644 --- a/src/Bundled/Bundled.csproj +++ b/src/Bundled/Bundled.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true enable @@ -64,11 +64,11 @@ - + - + diff --git a/src/CloudMessaging/CloudMessaging.csproj b/src/CloudMessaging/CloudMessaging.csproj index cef9f7f..560b861 100644 --- a/src/CloudMessaging/CloudMessaging.csproj +++ b/src/CloudMessaging/CloudMessaging.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true enable @@ -64,11 +64,11 @@ - + - + @@ -78,11 +78,11 @@ - + - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 13fed22..f494f62 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true enable @@ -62,20 +62,20 @@ - + - + - + - + diff --git a/src/Crashlytics/Crashlytics.csproj b/src/Crashlytics/Crashlytics.csproj index 9be75d8..0d72d1e 100644 --- a/src/Crashlytics/Crashlytics.csproj +++ b/src/Crashlytics/Crashlytics.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true enable @@ -64,11 +64,11 @@ - + - + @@ -78,11 +78,11 @@ - + - + diff --git a/src/DynamicLinks/DynamicLinks.csproj b/src/DynamicLinks/DynamicLinks.csproj index 726777f..e9f0099 100644 --- a/src/DynamicLinks/DynamicLinks.csproj +++ b/src/DynamicLinks/DynamicLinks.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true enable @@ -64,20 +64,20 @@ - + - + - + - + diff --git a/src/Firestore/Firestore.csproj b/src/Firestore/Firestore.csproj index 1545eb9..ab2c871 100644 --- a/src/Firestore/Firestore.csproj +++ b/src/Firestore/Firestore.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true enable @@ -64,11 +64,11 @@ - + - + @@ -78,11 +78,11 @@ - + - + diff --git a/src/Functions/Functions.csproj b/src/Functions/Functions.csproj index 6471750..478899e 100644 --- a/src/Functions/Functions.csproj +++ b/src/Functions/Functions.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true enable @@ -64,11 +64,11 @@ - + - + @@ -78,11 +78,11 @@ - + - + diff --git a/src/RemoteConfig/RemoteConfig.csproj b/src/RemoteConfig/RemoteConfig.csproj index 800c8a1..4401bea 100644 --- a/src/RemoteConfig/RemoteConfig.csproj +++ b/src/RemoteConfig/RemoteConfig.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true enable @@ -64,11 +64,11 @@ - + - + @@ -78,11 +78,11 @@ - + - + diff --git a/src/Storage/Storage.csproj b/src/Storage/Storage.csproj index 4acbdd4..2b186f3 100644 --- a/src/Storage/Storage.csproj +++ b/src/Storage/Storage.csproj @@ -1,7 +1,7 @@ - net6.0;net6.0-android;net6.0-ios + net8.0;net8.0-android;net8.0-ios true enable @@ -64,11 +64,11 @@ - + - + @@ -78,12 +78,12 @@ - + - + diff --git a/tests/Plugin.Firebase.IntegrationTests/Plugin.Firebase.IntegrationTests.csproj b/tests/Plugin.Firebase.IntegrationTests/Plugin.Firebase.IntegrationTests.csproj index 9fa480a..bc5d6fb 100644 --- a/tests/Plugin.Firebase.IntegrationTests/Plugin.Firebase.IntegrationTests.csproj +++ b/tests/Plugin.Firebase.IntegrationTests/Plugin.Firebase.IntegrationTests.csproj @@ -1,7 +1,7 @@ - net7.0-android;net7.0-ios + net8.0-android;net8.0-ios Exe Plugin.Firebase.IntegrationTests true @@ -67,7 +67,7 @@ - + true