Initial commit

This commit is contained in:
2026-02-28 21:51:34 +00:00
commit c24818505f
5 changed files with 254 additions and 0 deletions

16
Reactor.csproj Normal file
View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotNetEnv" Version="3.1.1" />
<PackageReference Include="System.Data.SQLite" Version="2.0.2" />
<PackageReference Include="Valour.Sdk" Version="0.5.19" />
</ItemGroup>
</Project>