From 87bccdddadba3a52c69a76a53b7ba2a529ca24c8 Mon Sep 17 00:00:00 2001 From: "Sharikov P.P." Date: Fri, 16 Jan 2026 00:37:24 +0700 Subject: [PATCH] add client launch settings --- f-cln/Properties/launchSettings.json | 8 ++++++++ f-srv/f-srv.csproj | 4 +--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 f-cln/Properties/launchSettings.json diff --git a/f-cln/Properties/launchSettings.json b/f-cln/Properties/launchSettings.json new file mode 100644 index 0000000..0df3bdc --- /dev/null +++ b/f-cln/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "f-cln": { + "commandName": "Project", + "commandLineArgs": "-p 3113" + } + } +} \ No newline at end of file diff --git a/f-srv/f-srv.csproj b/f-srv/f-srv.csproj index 4ad6946..26c4324 100644 --- a/f-srv/f-srv.csproj +++ b/f-srv/f-srv.csproj @@ -6,9 +6,7 @@ enable enable AnyCPU - 0.0.11 - 1.1.12 - 22 + net8.0