Skip to content

Commit 2245340

Browse files
authored
Update README.md
Updated to reflect that we depend on .net standard 2.1: the library is not compatible with .net standard 2.0.
1 parent e9cb7b8 commit 2245340

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Please read and follow the [contributing guidelines](CONTRIBUTING.md).
8888
### System
8989

9090
- Centralized tuning parameters.
91-
- Pure .NET Standard 2.0+ library.
91+
- Pure .NET Standard 2.1+ library.[^1]
9292
- Please [See .NET Implementation Support](https://docs.microsoft.com/en-us/dotnet/standard/net-standard).
9393

9494
## Documentation
@@ -100,3 +100,5 @@ Please read and follow the [contributing guidelines](CONTRIBUTING.md).
100100
## License
101101

102102
Original C++ Box2D is developed by Erin Catto, under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).
103+
104+
[^1] .net standard 2.0 lacks System.MathF which is a dependency. System.Numerics.Vectors is not part of .net standard 2.0, but it is available as a Nuget package. There is a discussion [here](https://github.com/dotnet/runtime/issues/20113) about including System.MathF in System.Runtime.Extensions but it was decided not to do so.

0 commit comments

Comments
 (0)