File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -3,29 +3,29 @@ name: CI
33on : [push]
44
55env :
6- xcodeVersion : 16.4
7- dotnetVersion : 9 .0.304
6+ xcodeVersion : 26.0.1
7+ dotnetVersion : 10 .0.100-rc.1.25451.107
88
99jobs :
1010 build :
11- runs-on : macos-15
11+ runs-on : macos-26
1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v2
15+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 with :
1717 fetch-depth : 0
1818
1919 - name : Select Xcode ${{ env.xcodeVersion }}
2020 run : sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app
2121
2222 - name : Setup .NET ${{ env.dotnetVersion }}
23- uses : actions/setup-dotnet@v4
23+ uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
2424 with :
2525 dotnet-version : ${{ env.dotnetVersion }}
2626
2727 - name : Install iOS workload
28- run : dotnet workload install maui ios maccatalyst --version $dotnetVersion
28+ run : dotnet workload install maui ios maccatalyst
2929 env :
3030 dotnetVersion : ${{ env.dotnetVersion }}
3131
3535 - name : Run the Cake script
3636 run : dotnet run --project build/Build.csproj --artifactsDir ${{ github.workspace }}/artifacts
3737
38- - uses : actions/upload-artifact@v4
38+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3939 with :
4040 name : NugetPackage
4141 path : ${{ github.workspace }}/artifacts
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.Net.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net8 .0-ios;net8 .0-maccatalyst;net9 .0-ios;net9 .0-maccatalyst</TargetFrameworks >
3+ <TargetFrameworks >net9 .0-ios;net9 .0-maccatalyst;net10 .0-ios;net10 .0-maccatalyst</TargetFrameworks >
44 <AssemblyName >BTProgressHUD</AssemblyName >
55 <RootNamespace >BigTed</RootNamespace >
66 <PackageId >BTProgressHUD</PackageId >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net9.0-ios;net9.0-maccatalyst</TargetFrameworks >
4+ <!-- <TargetFrameworks>net9.0-ios;net9.0-maccatalyst</TargetFrameworks>-->
5+ <TargetFramework >net9.0-ios26.0</TargetFramework >
6+ <NoWarn >$(NoWarn);XCODE_26_0_PREVIEW</NoWarn >
57 <OutputType >Exe</OutputType >
68 <RootNamespace >BTProgressHUDDemo</RootNamespace >
79 <UseMaui >true</UseMaui >
3133
3234 <ItemGroup >
3335 <ProjectReference Include =" ..\BTProgressHUD\BTProgressHUD.csproj" />
34- <PackageReference Include =" Microsoft.Maui.Controls" Version =" 9.0.14" />
36+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" 9.0.14" />
3537 </ItemGroup >
3638</Project >
You can’t perform that action at this time.
0 commit comments