File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net6.0;net8.0;net9.0;net8.0-ios ;net8.0-android</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net6.0;net8.0;net9.0;net8.0-ios18 ;net8.0-android</TargetFrameworks >
55 <LangVersion >12</LangVersion >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
3838
3939 <!-- Check allows us to skip for all MAUI targets-->
4040 <!-- For monorepo-->
41- <ItemGroup Condition =" !$(TargetFramework.EndsWith ('-android')) AND !$(TargetFramework.EndsWith ('-ios '))" >
41+ <ItemGroup Condition =" !$(TargetFramework.Contains ('-android')) AND !$(TargetFramework.Contains ('-ios18 '))" >
4242 <Content Include =" runtimes\**\*.*" >
4343 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
4444 </Content >
4545 </ItemGroup >
4646
4747 <!-- For releasing runtimes -->
48- <ItemGroup Condition =" !$(TargetFramework.EndsWith ('-android')) AND !$(TargetFramework.EndsWith ('-ios '))" >
48+ <ItemGroup Condition =" !$(TargetFramework.Contains ('-android')) AND !$(TargetFramework.Contains ('-ios18 '))" >
4949 <None Include =" runtimes\**\*.*" Pack =" true" PackagePath =" runtimes\" />
5050 </ItemGroup >
5151
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0;net6.0;net8.0;net9.0;net8.0-ios ;net8.0-android</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net6.0;net8.0;net9.0;net8.0-ios18 ;net8.0-android</TargetFrameworks >
55 <LangVersion >12</LangVersion >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments