From e6e1dd6e92e4f2f00e855898560abe1f4a864f16 Mon Sep 17 00:00:00 2001 From: Artemy <109195690+stalcker2288969@users.noreply.github.com> Date: Tue, 1 Jul 2025 20:07:53 +0700 Subject: [PATCH] LangVersion 12 --- Govor.Console/FriendsClient.cs | 3 +-- Govor.Console/Govor.Console.csproj | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Govor.Console/FriendsClient.cs b/Govor.Console/FriendsClient.cs index f43b462..19e9b2d 100644 --- a/Govor.Console/FriendsClient.cs +++ b/Govor.Console/FriendsClient.cs @@ -11,8 +11,7 @@ namespace Govor.ConsoleClient { _client = client; } - - // ge + public async Task> SearchAsync(string query) { var response = await _client.GetAsync($"/api/friends/search?query={query}"); diff --git a/Govor.Console/Govor.Console.csproj b/Govor.Console/Govor.Console.csproj index 2725238..6f99954 100644 --- a/Govor.Console/Govor.Console.csproj +++ b/Govor.Console/Govor.Console.csproj @@ -3,7 +3,7 @@ Exe net8.0 - 13 + 12 enable enable