LangVersion 12

This commit is contained in:
Artemy
2025-07-01 20:07:53 +07:00
parent b9e2b5d417
commit e6e1dd6e92
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -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}");
+1 -1
View File
@@ -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>