scaffold: add project structure, schema, and gitignore
This commit is contained in:
15
tools/NatsNet.PortTracker/NatsNet.PortTracker.csproj
Normal file
15
tools/NatsNet.PortTracker/NatsNet.PortTracker.csproj
Normal file
@@ -0,0 +1,15 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.3" />
|
||||
<PackageReference Include="System.CommandLine" Version="3.0.0-preview.1.26104.118" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
2
tools/NatsNet.PortTracker/Program.cs
Normal file
2
tools/NatsNet.PortTracker/Program.cs
Normal file
@@ -0,0 +1,2 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
Console.WriteLine("Hello, World!");
|
||||
3
tools/go-analyzer/go.mod
Normal file
3
tools/go-analyzer/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module github.com/natsnet/go-analyzer
|
||||
|
||||
go 1.25.5
|
||||
Reference in New Issue
Block a user