feat(galaxyrepo): scaffold ZB.MOM.WW.GalaxyRepository shared lib

This commit is contained in:
Joseph Doherty
2026-06-23 19:48:43 -04:00
parent 510b0010d6
commit aff7264df8
5 changed files with 98 additions and 0 deletions
@@ -0,0 +1,11 @@
<Project>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>
<Version>0.1.0</Version>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
</Project>