-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation to repo about which platforms this SDK supports
fixes #2032
- Loading branch information
1 parent
464d395
commit a3406eb
Showing
4 changed files
with
49 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Microsoft Azure IoT SDKs for .NET | ||
|
||
This SDK is tested nightly on a mix of .NET frameworks on both Windows 10 and on Ubuntu 1604. For additional details | ||
for each tested platform, see the respective sections below. | ||
|
||
## Supported .NET versions | ||
|
||
The NuGet packages provide support for the following .NET versions: | ||
- .NET Standard 2.1 | ||
- .NET Standard 2.0 | ||
- .NET Framework 4.7.2 (IoT Hub SDKs only) | ||
- .NET Framework 4.5.1 (IoT Hub SDKs only) | ||
|
||
This SDK _may_ work with other versions of .NET, but there are no guarantees that they will _always_ work for those | ||
versions nor are there guarantees that we will fix bugs that are only present on those versions. | ||
|
||
## Windows 10 | ||
|
||
Note that, while we only directly test on Windows 10, we do support other Windows versions as well. | ||
|
||
Nightly test platform details: | ||
|
||
.NET versions: .NET Framework 4.5.1, .NET Framework 4.7.2, .NET Core 2.1.18, .NET Core 3.1 | ||
|
||
Default locale: en_US, platform encoding: Cp1252 | ||
|
||
OS name: "windows server 2016", version: "10.0", arch: "amd64", family: "windows" | ||
|
||
## Ubuntu 1604 | ||
|
||
Note that, while we only directly test on Ubuntu 1604, we do generally support other popular linux distributions. | ||
|
||
Nightly test platform details: | ||
|
||
.NET versions: .NET Core 2.1.18, .NET Core 3.1 | ||
|
||
Default locale: en_US, platform encoding: UTF-8 | ||
|
||
OS name: "linux", version: "4.15.0-1113-azure", arch: "amd64", family: "unix" | ||
|
||
## Miscellaneous support notes | ||
|
||
- This library does not officially support being run on MacOS. | ||
- This library does not officially support being run in Xamarin applications. | ||
- .NET Standard 1.3 (IoT Hub SDKs only) is last supported in the [2020-02-27](https://github.com/Azure/azure-iot-sdk-csharp/releases/tag/2020-2-27) and in the [2020-1-31 LTS](https://github.com/Azure/azure-iot-sdk-csharp/releases/tag/lts_2020-1-31) releases. |