Skip to content

Commit 6f9bef1

Browse files
committed
Update README.md
1 parent a73e645 commit 6f9bef1

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Assets/_PackageRoot/README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,28 @@
44

55
Ready to go bundle package that includes references on [EntityFrameworkCore](https://github.com/dotnet/efcore) and [SQLitePCLRaw](https://github.com/ericsink/SQLitePCL.raw) packages that just works in this combination for the next platforms:
66

7+
Supports AOT an JIT compilation. For AOT it uses nested `link.xml` file to exclude required classes from stripping.
8+
9+
## Supported project settings
10+
11+
### Platform
12+
713
- ✔️ Windows
814
- ✔️ Android
915
- ✔️ iOS
10-
- MacOS (not yet tested)
16+
- ✔️ MacOS
17+
- Others not yet tested
18+
19+
### Scripting backend
20+
21+
-`Mono`
22+
- ✔️ `IL2CPP`
23+
24+
### API Compatibility
1125

12-
Supports AOT an JIT compilation. For AOT it uses `link.xml` file to exclude required classes from stripping.
26+
-`.NET Framework`
27+
- ✔️ `.NET Standard 2.0`
28+
- ✔️ `.NET Standard 2.1`
1329

1430
# Usage
1531

0 commit comments

Comments
 (0)