change exit mode
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"profiles": {
|
||||
"f-cln": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "--port 3113 -i 172.22.176.1"
|
||||
"commandLineArgs": "-p 1771"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<RootNamespace>f_cln</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
|
||||
Reference in New Issue
Block a user