File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
NugetPackageVersionCamera : ' 99.0.0-preview${{ github.run_number }}'
23
23
NugetPackageVersionMediaElement : ' 99.0.0-preview${{ github.run_number }}'
24
24
NugetPackageVersionMaps : ' 99.0.0-preview${{ github.run_number }}'
25
- TOOLKIT_NET_VERSION : ' 9.0.300 '
25
+ TOOLKIT_NET_VERSION : ' 9.0.305 '
26
26
LATEST_NET_VERSION : ' 9.0.x'
27
27
PathToLibrarySolution : ' src/CommunityToolkit.Maui.sln'
28
28
PathToSamplesSolution : ' samples/CommunityToolkit.Maui.Sample.sln'
43
43
PathToCommunityToolkitMediaElementAnalyzersCodeFixCsproj : ' src/CommunityToolkit.Maui.MediaElement.Analyzers.CodeFixes/CommunityToolkit.Maui.MediaElement.Analyzers.CodeFixes.csproj'
44
44
PathToCommunityToolkitAnalyzersUnitTestProjectDirectory : ' src/CommunityToolkit.Maui.Analyzers.UnitTests'
45
45
PathToCommunityToolkitAnalyzersBenchmarkCsproj : ' src/CommunityToolkit.Maui.Analyzers.Benchmarks/CommunityToolkit.Maui.Analyzers.Benchmarks.csproj'
46
- CommunityToolkitLibrary_Xcode_Version : ' 16.2 '
46
+ CommunityToolkitLibrary_Xcode_Version : ' 16.4 '
47
47
48
48
concurrency :
49
49
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
61
61
- name : Checkout code
62
62
uses : actions/checkout@v5
63
63
64
- - name : Set Latest Xcode Version
64
+ - name : Set Xcode Version
65
65
if : runner.os == 'macOS'
66
66
uses : maxim-lobanov/setup-xcode@v1
67
67
with :
You can’t perform that action at this time.
0 commit comments