Skip to content

Commit 8589d56

Browse files
Remove .NET Standard 2.1 compatibility from README
1 parent 98ea3b0 commit 8589d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public record struct Velocity(float X, float Y);
3636

3737
## Overview
3838
**Flecs.NET - High-level C# port of the C++ wrapper**
39-
- Compatible with .NET Standard 2.1 and NativeAOT
39+
- Modern .NET 8
4040
- Near feature parity with the C++ API
4141
- Struct-based API with minimal GC interaction
4242
- Supports both unmanaged and managed types as components

0 commit comments

Comments
 (0)