add client launch settings
This commit is contained in:
8
f-cln/Properties/launchSettings.json
Normal file
8
f-cln/Properties/launchSettings.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"profiles": {
|
||||
"f-cln": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "-p 3113"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,9 +6,7 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<Version>0.0.11 </Version>
|
||||
<VersionPrefix>1.1.12 </VersionPrefix>
|
||||
<VersionSuffix>22 </VersionSuffix>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user