diff --git a/Integrations/Esiur.AspNetCore/README.md b/Integrations/Esiur.AspNetCore/README.md index a9fbf3a..6db1534 100644 --- a/Integrations/Esiur.AspNetCore/README.md +++ b/Integrations/Esiur.AspNetCore/README.md @@ -1,5 +1,7 @@ # Esiur for ASP.NET Core +This package supports ASP.NET Core applications targeting .NET 8 or .NET 10. + `Esiur.AspNetCore` exposes an Esiur EP server through ASP.NET Core endpoint routing and WebSockets. ASP.NET Core owns the application lifetime, while Esiur continues to own its session authentication, encryption, and resource diff --git a/Libraries/Esiur/Esiur.csproj b/Libraries/Esiur/Esiur.csproj index 3fda592..38b739e 100644 --- a/Libraries/Esiur/Esiur.csproj +++ b/Libraries/Esiur/Esiur.csproj @@ -3,7 +3,7 @@ Distributed Resources Platform Ahmed Kh. Zamil - http://www.esiur.com + https://www.esiur.com true 3.0.0 https://github.com/esiur/esiur-dotnet diff --git a/Libraries/Esiur/README.md b/Libraries/Esiur/README.md index 92b3536..6dc8b7e 100644 --- a/Libraries/Esiur/README.md +++ b/Libraries/Esiur/README.md @@ -44,11 +44,17 @@ Esiur has implementations in C#, JavaScript, and Dart, making it highly versatil Esiur’s robust, feature-rich approach allows developers to focus on building applications without worrying about the complexities of distributed systems, while its self-describing API and broad data type support enable flexible and scalable application design. ## Installation -- Nuget +- NuGet ```Install-Package Esiur``` - Command-line ``` dotnet add package Esiur ``` +## Compatibility + +The Esiur runtime targets .NET Standard 2.0. Projects that use Esiur's source +generator require .NET SDK 8.0 or newer, or Visual Studio 2022 version 17.8 or +newer (Roslyn 4.8+). Newer supported .NET SDKs can consume the same package. + ## Getting Started Esiur for C# uses source generator feature of .Net framework to implement the necessary calls for property modification, which means a class must be marked as "partial" so the library automatically creates setters and getters for every property exported to the public.