fengling-gateway/Directory.Build.props
movingsam 110464e622 refactor: clean up Member module and update Console
- Remove redundant PointsRule repositories (use single PointsRuleRepository)
- Clean up Member migrations and consolidate to single Init migration
- Update Console frontend API and components for Tenant
- Add H5LinkService for member H5 integration
2026-02-18 23:34:40 +08:00

10 lines
359 B
XML

<Project>
<!-- Import central package management from parent directory -->
<Import Project="$(MSBuildThisFileDirectory)../Directory.Packages.props" Condition="Exists('$(MSBuildThisFileDirectory)../Directory.Packages.props')" />
<PropertyGroup>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>