Skip to content

Commit

Permalink
Merge pull request #559 from Softeq/feature/ph1-fixed-new-workload
Browse files Browse the repository at this point in the history
Feature/ph1 fixes for new workload
  • Loading branch information
dimysa authored Aug 12, 2024
2 parents 1fe8223 + cc7ddb4 commit 954d185
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0-ios12.0</TargetFramework>
<TargetFramework>net8.0-ios17.0</TargetFramework>
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
<CreatePackage>false</CreatePackage>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0-ios12.0</TargetFramework>
<TargetFramework>net8.0-ios17.0</TargetFramework>
<SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
<CreatePackage>false</CreatePackage>
</PropertyGroup>
Expand Down
7 changes: 3 additions & 4 deletions azure-pipelines/templates/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# https://github.com/actions/runner-images

variables:
XCODE_VERSION: 15.0.1
DOTNET_SDK_VERSION: 8.0.100
BuildConfiguration: 'Release'
MACOS_VM_IMAGE: 'macos-13'
XCODE_VERSION: 15.4
DOTNET_SDK_VERSION: 8.0.303
MACOS_VM_IMAGE: 'macos-14'

0 comments on commit 954d185

Please sign in to comment.