Skip to content

Commit e521cb2

Browse files
committed
Minimum IOS target fix.
1 parent bdc6f7d commit e521cb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

PowerSync/PowerSync.Common/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PowerSync.Common Changelog
22

3-
## 0.0.5-alpha.1
3+
## 0.0.5-dev.1
44
- Using the latest (0.4.9) version of the core extension, it introduces support for the Rust Sync implementation and also makes it the default - users can still opt out and use the legacy C# sync implementation as option when calling `connect()`.
55

66
## 0.0.4-alpha.1

PowerSync/PowerSync.Common/PowerSync.Common.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<NoWarn>NU5100</NoWarn>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
<DefaultItemExcludes>$(DefaultItemExcludes);runtimes/**/*.*;</DefaultItemExcludes>
23+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">13.0</SupportedOSPlatformVersion>
2324
</PropertyGroup>
2425

2526
<ItemGroup>

0 commit comments

Comments
 (0)