File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
PowerSync/PowerSync.Common Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11# PowerSync.Common Changelog
22
3- ## 0.0.4-dev.3
3+ ## 0.0.4-dev.4
44- Fixing build issues related to MAUI targets not resolving on install.
55
66## 0.0.3-alpha.1
Original file line number Diff line number Diff line change 11<Project >
2- <ItemGroup >
3- <!-- Automatically exclude native assets for Android targets -->
4- <PackageReference Update =" PowerSync.Common" Condition =" $(TargetFramework.Contains('android'))" >
5- <ExcludeAssets >%(ExcludeAssets);native</ExcludeAssets >
6- </PackageReference >
7- </ItemGroup >
2+ <Target Name =" RemovePowerSyncNativeForAndroid" AfterTargets =" ResolvePackageAssets" Condition =" $(TargetFramework.Contains('android'))" >
3+ <ItemGroup >
4+ <NativeCopyLocalItems Remove =" @(NativeCopyLocalItems)" Condition =" '%(NuGetPackageId)' == 'PowerSync.Common'" />
5+ </ItemGroup >
6+ </Target >
87</Project >
You can’t perform that action at this time.
0 commit comments