chore: 首次提交
This commit is contained in:
11
PortProxyTool.Cli/PortProxyTool.Cli.csproj
Normal file
11
PortProxyTool.Cli/PortProxyTool.Cli.csproj
Normal file
@@ -0,0 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<LangVersion>latestmajor</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
9
PortProxyTool.Cli/Program.cs
Normal file
9
PortProxyTool.Cli/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace PortProxyTool.Cli;
|
||||
|
||||
internal static class Program
|
||||
{
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user