File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
PowerSync/PowerSync.Common Expand file tree Collapse file tree 2 files changed +8
-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-ios18.0 ;net8.0-android</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net6.0;net8.0;net9.0;net8.0-ios ;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.Contains ('-android')) AND !$(TargetFramework.Contains ('-ios'))" >
41+ <ItemGroup Condition =" !$(TargetFramework.EndsWith ('-android')) AND !$(TargetFramework.EndsWith ('-ios'))" >
4242 <Content Include =" runtimes\**\*.*" >
4343 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
4444 </Content >
4545 </ItemGroup >
4646
4747 <!-- For releasing runtimes -->
48- <ItemGroup Condition =" !$(TargetFramework.Contains ('-android')) AND !$(TargetFramework.Contains ('-ios'))" >
48+ <ItemGroup Condition =" !$(TargetFramework.EndsWith ('-android')) AND !$(TargetFramework.EndsWith ('-ios'))" >
4949 <None Include =" runtimes\**\*.*" Pack =" true" PackagePath =" runtimes\" />
5050 </ItemGroup >
5151
Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 8.0.416"
4+ }
5+ }
You can’t perform that action at this time.
0 commit comments