更新日志记录器和目标框架设置
This commit is contained in:
parent
936a485195
commit
5f042446b4
@ -42,7 +42,7 @@ namespace chatclient
|
|||||||
public static Socket? Client;
|
public static Socket? Client;
|
||||||
public static readonly HttpClient HttpClient = new HttpClient();
|
public static readonly HttpClient HttpClient = new HttpClient();
|
||||||
public event PropertyChangedEventHandler? PropertyChanged;
|
public event PropertyChangedEventHandler? PropertyChanged;
|
||||||
private string? _Username;
|
private string? _Username;
|
||||||
public string? Username
|
public string? Username
|
||||||
{
|
{
|
||||||
get { return _Username; }
|
get { return _Username; }
|
||||||
|
@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net8.0-windows7.0</TargetFramework>
|
<TargetFramework>net8.0-windows</TargetFramework>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
<ApplicationIcon>resource\chat.ico</ApplicationIcon>
|
<ApplicationIcon>resource\chat.ico</ApplicationIcon>
|
||||||
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user