-
Notifications
You must be signed in to change notification settings - Fork 9
AlienDwarf edited this page May 6, 2023
·
2 revisions
This page contains a list of frequently asked questions.
This library uses .NET Standard 2.1 to provide the most possible cross platform compatibility.
.NET Standard is a formal specification of .NET APIs that are available on multiple .NET implementations. The motivation behind .NET Standard was to establish greater uniformity in the .NET ecosystem. .NET Standard 2.1 has 37,118 of the 37,118 available APIs.
.Net Implementation | Version Support |
---|---|
.Net | 5.0, 6.0, 7.0 |
.Net Core | 3.0, 3.1 |
Mono | 6.4 |
Unity | 2021.2 |
For a list of all available .Net implementations (like Xamarin, Mono, ...) visit Microsoft Docs
Yes .Net Core 3.0 and .Net Core 3.1 is supported.
Yes. This library can be used on Mac and iOS.
Please make sure to check out the Samples pages.
Yes. Open-Meteo Dotnet is licensed under the MIT license.