chore: scaffold ZB.MOM.WW.Configuration solution

This commit is contained in:
Joseph Doherty
2026-06-01 09:25:26 -04:00
parent 80e4d59209
commit a104372eac
6 changed files with 555 additions and 0 deletions
@@ -0,0 +1,10 @@
<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>