mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
LangVersion 12
This commit is contained in:
@@ -12,7 +12,6 @@ namespace Govor.ConsoleClient
|
|||||||
_client = client;
|
_client = client;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ge
|
|
||||||
public async Task<List<UserDto>> SearchAsync(string query)
|
public async Task<List<UserDto>> SearchAsync(string query)
|
||||||
{
|
{
|
||||||
var response = await _client.GetAsync($"/api/friends/search?query={query}");
|
var response = await _client.GetAsync($"/api/friends/search?query={query}");
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<LangVersion>13</LangVersion>
|
<LangVersion>12</LangVersion>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user