File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed 
PowerSync/PowerSync.Common Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# PowerSync.Common Changelog  
22
3- ## 0.0.4-dev.1   
3+ ## 0.0.4-dev.2   
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 3030    <PackageReference  Include =" Nito.AsyncEx" Version =" 5.1.2" 
3131    <PackageReference  Include =" System.Threading.Channels" Version =" 8.0.0" 
3232  </ItemGroup >
33+ 
34+   <ItemGroup >
35+     <None  Include =" PowerSync.Common.props" Pack =" true" PackagePath =" build\" 
36+     <None  Include =" PowerSync.Common.props" Pack =" true" PackagePath =" buildTransitive\" 
37+   </ItemGroup >
3338
3439  <!--  Check allows us to skip for all MAUI targets--> 
3540  <!--  For monorepo--> 
Original file line number Diff line number Diff line change 1+ <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 >
8+ </Project >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments