Move flake generator to platform project

This commit is contained in:
Guilherme Werner 2025-12-11 10:16:30 -03:00
parent 765b6319bb
commit 44dc36430a
3 changed files with 4 additions and 2 deletions

View file

@ -14,6 +14,9 @@
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdGen" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tribufu.ComponentModel\Tribufu.ComponentModel.csproj" />
<ProjectReference Include="..\Tribufu.Logging\Tribufu.Logging.csproj" />