refactor csproj and add os helper class and some refactors ...

This commit is contained in:
2026-04-14 16:34:52 +03:30
parent ddc0b4d0f4
commit 7014cd1200
5 changed files with 224 additions and 13 deletions
-2
View File
@@ -1,10 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.NetworkInformation;
using System.Net.Sockets;
using System.Threading.Tasks;
using xCommons.Models;
namespace xCommons.Helpers {