upd
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s

This commit is contained in:
2026-05-26 14:02:32 +03:00
parent bf51924adb
commit eb6235bd3e
41 changed files with 1509 additions and 61 deletions
+1 -9
View File
@@ -75,15 +75,7 @@ Dictionary<string, string> listSw = new Dictionary<string, string>
};
List<string> listMac = new List<string>()
{
"2959",
"5c09",
"2827",
"84e8",
"848d",
"8413",
"88a0",
"0db0",
"8b4e"
"b13b"
};
string host = "172.16.48.4";
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>