diff --git a/.github/workflows/on_push_workflow.yaml b/.github/workflows/on_push_workflow.yaml index 4b8fe48..2cf3359 100644 --- a/.github/workflows/on_push_workflow.yaml +++ b/.github/workflows/on_push_workflow.yaml @@ -10,10 +10,10 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - - name: Setup .NET 8 + - name: Setup .NET 9 uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' - name: Install .NET MAUI run: dotnet workload install maui diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8a8b382..34b4f05 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -24,10 +24,10 @@ jobs: p12-file-base64: ${{ secrets.IOS_P12_BASE64 }} p12-password: ${{ secrets.IOS_P12_PASSWORD }} - - name: Setup .NET 8 + - name: Setup .NET 9 uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' source-url: https://nuget.pkg.github.com/emartech/index.json env: NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/android/Emarsys.Android.Binding/Emarsys.Android.Binding.csproj b/android/Emarsys.Android.Binding/Emarsys.Android.Binding.csproj index 35c1e74..86ab936 100644 --- a/android/Emarsys.Android.Binding/Emarsys.Android.Binding.csproj +++ b/android/Emarsys.Android.Binding/Emarsys.Android.Binding.csproj @@ -1,6 +1,6 @@ - net8.0-android + net9.0-android 24 enable enable diff --git a/common/Internal/Emarsys.Binding.Internal.csproj b/common/Internal/Emarsys.Binding.Internal.csproj index 891dcee..21d3165 100644 --- a/common/Internal/Emarsys.Binding.Internal.csproj +++ b/common/Internal/Emarsys.Binding.Internal.csproj @@ -1,6 +1,6 @@ - net8.0;net8.0-android;net8.0-ios + net9.0;net9.0-android;net9.0-ios 24 14.0 enable @@ -24,7 +24,7 @@ - ..\..\android\native\emarsys\bin\Release\net8.0-android\outputs\deps + ..\..\android\native\emarsys\bin\Release\net9.0-android\outputs\deps 3.10.2 @@ -55,7 +55,7 @@ - + diff --git a/common/Public/Emarsys.Binding.csproj b/common/Public/Emarsys.Binding.csproj index 1a59b0a..9fc4ef1 100644 --- a/common/Public/Emarsys.Binding.csproj +++ b/common/Public/Emarsys.Binding.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios + net9.0-android;net9.0-ios 24 14.0 enable diff --git a/common/Public/Emarsys.Binding.nuspec b/common/Public/Emarsys.Binding.nuspec index 6828759..c4421b7 100644 --- a/common/Public/Emarsys.Binding.nuspec +++ b/common/Public/Emarsys.Binding.nuspec @@ -11,17 +11,17 @@ - + - + - - + + diff --git a/ios/Emarsys.iOS.Binding/Emarsys.iOS.Binding.csproj b/ios/Emarsys.iOS.Binding/Emarsys.iOS.Binding.csproj index d49a5cf..cb32f4d 100644 --- a/ios/Emarsys.iOS.Binding/Emarsys.iOS.Binding.csproj +++ b/ios/Emarsys.iOS.Binding/Emarsys.iOS.Binding.csproj @@ -1,6 +1,6 @@ - net8.0-ios + net9.0-ios 14.0 enable true diff --git a/sample.NotificationService/Sample.NotificationService.csproj b/sample.NotificationService/Sample.NotificationService.csproj index e944726..cb85b10 100644 --- a/sample.NotificationService/Sample.NotificationService.csproj +++ b/sample.NotificationService/Sample.NotificationService.csproj @@ -1,6 +1,6 @@  - net8.0-ios + net9.0-ios Library Sample.NotificationService diff --git a/sample/Sample.csproj b/sample/Sample.csproj index 0f13079..b02965e 100644 --- a/sample/Sample.csproj +++ b/sample/Sample.csproj @@ -1,6 +1,6 @@  - net8.0-android;net8.0-ios + net9.0-android;net9.0-ios Exe Sample @@ -51,9 +51,11 @@ - - - + + + + + diff --git a/test/Test.csproj b/test/Test.csproj index 81e8b45..7708653 100644 --- a/test/Test.csproj +++ b/test/Test.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 false Test