From e33ae4548736eb781c8ea2622a2d33ebc9c176c3 Mon Sep 17 00:00:00 2001 From: Robert Peter Meyer <73112377+BoBoBaSs84@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:37:04 +0100 Subject: [PATCH] chore(docs): added hint on `net8.0` (#98) changes: - Add .net8 to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32f3dc2..ffc85a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![1518F](./docs/screens/1518F.png) # WebserverApi Client Library for .NET -This package targeting .NET Framework: 4.8, 6.0, 7.0 and .NET Standard 2.0 and above provides the user with Method calls to the PLC Webserver Api using the HttpClient to make the usage of Api functionalities easier. +This package targeting .NET Framework: 4.8, 6.0, 7.0, 8.0 and .NET Standard 2.0 and above provides the user with Method calls to the PLC Webserver Api using the HttpClient to make the usage of Api functionalities easier. * Package name: **Siemens.Simatic.S7.Webserver.API**