Skip to content

Commit 740fcc0

Browse files
committed
Update README.md
1 parent 9d12d12 commit 740fcc0

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,27 @@
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-
- ✔️ Windows
8-
- ✔️ Android
9-
- ✔️ iOS
10-
- MacOS (not yet tested)
7+
Supports AOT an JIT compilation. For AOT it uses nested `link.xml` file to exclude required classes from stripping.
118

12-
Supports AOT an JIT compilation. For AOT it uses `link.xml` file to exclude required classes from stripping.
9+
## Supported project settings
10+
11+
### Platform
12+
13+
✔️ Windows
14+
✔️ Android
15+
✔️ iOS
16+
✔️ MacOS
17+
18+
### Scripting backend
19+
20+
`Mono`
21+
✔️ `IL2CPP`
22+
23+
### API Compatibility
24+
25+
`.NET Framework`
26+
✔️ `.NET Standard 2.0`
27+
✔️ `.NET Standard 2.1`
1328

1429
# Usage
1530

0 commit comments

Comments
 (0)