File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
PowerSync/PowerSync.Common Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 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.0 ;net8.0-android</TargetFrameworks >
55 <LangVersion >12</LangVersion >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
2121 <PackageReadmeFile >README.md</PackageReadmeFile >
2222 <DefaultItemExcludes >$(DefaultItemExcludes);runtimes/**/*.*;</DefaultItemExcludes >
2323 <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >13.0</SupportedOSPlatformVersion >
24+ <TargetPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >18.0</TargetPlatformVersion >
2425 </PropertyGroup >
2526
2627 <ItemGroup >
3940
4041 <!-- Check allows us to skip for all MAUI targets-->
4142 <!-- For monorepo-->
42- <ItemGroup Condition =" !$(TargetFramework.EndsWith ('-android')) AND !$(TargetFramework.EndsWith ('-ios'))" >
43+ <ItemGroup Condition =" !$(TargetFramework.Contains ('-android')) AND !$(TargetFramework.Contains ('-ios'))" >
4344 <Content Include =" runtimes\**\*.*" >
4445 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
4546 </Content >
4647 </ItemGroup >
4748
4849 <!-- For releasing runtimes -->
49- <ItemGroup Condition =" !$(TargetFramework.EndsWith ('-android')) AND !$(TargetFramework.EndsWith ('-ios'))" >
50+ <ItemGroup Condition =" !$(TargetFramework.Contains ('-android')) AND !$(TargetFramework.Contains ('-ios'))" >
5051 <None Include =" runtimes\**\*.*" Pack =" true" PackagePath =" runtimes\" />
5152 </ItemGroup >
5253
You can’t perform that action at this time.
0 commit comments