From 05d2c04857adecb968234999e8acffc84cc4c447 Mon Sep 17 00:00:00 2001 From: ahmed Date: Wed, 18 Mar 2026 02:58:57 +0300 Subject: [PATCH] .Net 10 --- Esiur.ASPNet/Esiur.AspNetCore.Example.csproj | 2 +- Esiur.ASPNet/Program.cs | 4 ++-- Esiur.CLI/Esiur.CLI.csproj | 2 +- .../Esiur.Examples.StandaloneWebServerDemo.csproj | 4 ++-- .../Esiur.Security.Cryptography.csproj | 2 +- Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj | 2 +- Esiur.Stores.MongoDB/Esiur.Stores.MongoDB.csproj | 2 +- Test/Test.csproj | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Esiur.ASPNet/Esiur.AspNetCore.Example.csproj b/Esiur.ASPNet/Esiur.AspNetCore.Example.csproj index dbd0cd9..9900875 100644 --- a/Esiur.ASPNet/Esiur.AspNetCore.Example.csproj +++ b/Esiur.ASPNet/Esiur.AspNetCore.Example.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable diff --git a/Esiur.ASPNet/Program.cs b/Esiur.ASPNet/Program.cs index c4f65f9..12eb398 100644 --- a/Esiur.ASPNet/Program.cs +++ b/Esiur.ASPNet/Program.cs @@ -27,8 +27,8 @@ SOFTWARE. using Esiur.AspNetCore; using Esiur.AspNetCore.Example; using Esiur.Core; -using Esiur.Net.EP; using Esiur.Net.Sockets; +using Esiur.Protocol; using Esiur.Resource; using Esiur.Stores; using Microsoft.AspNetCore.Hosting.Server; @@ -59,7 +59,7 @@ app.UseWebSockets(webSocketOptions); await Warehouse.Default.Put("sys", new MemoryStore()); await Warehouse.Default.Put("sys/service", new MyResource()); -var server = await Warehouse.Default.Put("sys/server", new DistributedServer()); +var server = await Warehouse.Default.Put("sys/server", new EpServer()); await Warehouse.Default.Open(); diff --git a/Esiur.CLI/Esiur.CLI.csproj b/Esiur.CLI/Esiur.CLI.csproj index 4ec8732..1cf9925 100644 --- a/Esiur.CLI/Esiur.CLI.csproj +++ b/Esiur.CLI/Esiur.CLI.csproj @@ -16,7 +16,7 @@ MIT Exe - net9.0 + net10.0 enable enable diff --git a/Esiur.Examples.StandaloneWebServerDemo/Esiur.Examples.StandaloneWebServerDemo.csproj b/Esiur.Examples.StandaloneWebServerDemo/Esiur.Examples.StandaloneWebServerDemo.csproj index 655cd1b..5cb4df9 100644 --- a/Esiur.Examples.StandaloneWebServerDemo/Esiur.Examples.StandaloneWebServerDemo.csproj +++ b/Esiur.Examples.StandaloneWebServerDemo/Esiur.Examples.StandaloneWebServerDemo.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 enable enable @@ -17,7 +17,7 @@ - + diff --git a/Esiur.Security.Cryptography/Esiur.Security.Cryptography.csproj b/Esiur.Security.Cryptography/Esiur.Security.Cryptography.csproj index a649434..06c210c 100644 --- a/Esiur.Security.Cryptography/Esiur.Security.Cryptography.csproj +++ b/Esiur.Security.Cryptography/Esiur.Security.Cryptography.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 latest diff --git a/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj b/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj index cce73d2..0487cf9 100644 --- a/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj +++ b/Esiur.Stores.EntityCore/Esiur.Stores.EntityCore.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 Esiur.Stores.EntityCore Ahmed Kh. Zamil Esiur Foundation diff --git a/Esiur.Stores.MongoDB/Esiur.Stores.MongoDB.csproj b/Esiur.Stores.MongoDB/Esiur.Stores.MongoDB.csproj index b7a1d37..1c3644a 100644 --- a/Esiur.Stores.MongoDB/Esiur.Stores.MongoDB.csproj +++ b/Esiur.Stores.MongoDB/Esiur.Stores.MongoDB.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 Ahmed Kh. Zamil Esiur Esiur MongoDB Store diff --git a/Test/Test.csproj b/Test/Test.csproj index 35619dd..4cefa57 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0