diff --git a/azure-pipelines/templates/setup-dotnet.yml b/azure-pipelines/templates/setup-dotnet.yml index 76fd866..8c07844 100644 --- a/azure-pipelines/templates/setup-dotnet.yml +++ b/azure-pipelines/templates/setup-dotnet.yml @@ -1,7 +1,7 @@ parameters: - name: version type: string - default: 6.0.402 + default: 6.0.421 steps: - task: UseDotNet@2 @@ -15,4 +15,11 @@ steps: inputs: targetType: 'inline' script: | - dotnet workload install ios \ No newline at end of file + dotnet workload install ios + +- task: Bash@3 + displayName: Install Xamarin + inputs: + targetType: 'inline' + script: | + brew install --cask xamarin-ios \ No newline at end of file diff --git a/src/ToastBindings.csproj b/src/ToastBindings.csproj index e10e6bf..6cb4028 100644 --- a/src/ToastBindings.csproj +++ b/src/ToastBindings.csproj @@ -1,15 +1,16 @@ - + - net6.0-ios10 + xamarin.ios10;net6.0-ios + true true - 8.0 + 10.0 Toast for Xamarin.iOS Xamarin iOS binding library of Toast - toast notifications to the UIView. Softeq Development Corporation Copyright © 2024 Softeq Development Corporation - 4.0.0.3 + 4.0.0.4 Softeq Development Corp. Softeq Development Corp. https://github.com/Softeq/Toast-xamarin-ios @@ -24,9 +25,15 @@ + + + + + + + - - +