feat(lstwrapper): added a c# wrapper so we can run on windows server and get ssl

this will also allow us to still use docker
This commit is contained in:
2025-07-14 21:55:25 -05:00
parent cb9e8e1107
commit d097988dfd
8 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>