You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main library (`JsonFlatFileDataStore`) uses C# 10 language features and targets .NET Standard 2.0. Most C# 10 features are compiler-only and work with .NET Standard 2.0. However, some C# 10 features require runtime support and are not compatible with .NET Standard 2.0.
677
+
674
678
## Unit Tests & Benchmarks
675
679
676
680
`JsonFlatFileDataStore.Test` and `JsonFlatFileDataStore.Benchmark` are _.NET 10_ projects.
0 commit comments