feat(sphistorianclient): scaffold shared library skeleton (props, csprojs, slnx)

This commit is contained in:
Joseph Doherty
2026-06-19 05:40:10 -04:00
parent 294da8b2db
commit 965f5006f2
6 changed files with 122 additions and 0 deletions
@@ -0,0 +1,12 @@
<Project>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<Version>0.1.0</Version>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>