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:
@@ -11,8 +11,7 @@ namespace Govor.ConsoleClient
|
||||
{
|
||||
_client = client;
|
||||
}
|
||||
|
||||
// ge
|
||||
|
||||
public async Task<List<UserDto>> SearchAsync(string query)
|
||||
{
|
||||
var response = await _client.GetAsync($"/api/friends/search?query={query}");
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<LangVersion>13</LangVersion>
|
||||
<LangVersion>12</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user