mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2026-06-01 09:42:35 +00:00
Move flake generator to platform project
This commit is contained in:
parent
765b6319bb
commit
44dc36430a
3 changed files with 4 additions and 2 deletions
|
|
@ -16,7 +16,6 @@
|
||||||
<None Include="README.md" Pack="true" PackagePath="\" />
|
<None Include="README.md" Pack="true" PackagePath="\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="IdGen" />
|
|
||||||
<PackageReference Include="Microsoft.EntityFrameworkCore" />
|
<PackageReference Include="Microsoft.EntityFrameworkCore" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
using IdGen;
|
using IdGen;
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace Tribufu.Database
|
namespace Tribufu.Platform
|
||||||
{
|
{
|
||||||
public static class FlakeGenerator
|
public static class FlakeGenerator
|
||||||
{
|
{
|
||||||
|
|
@ -14,6 +14,9 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="README.md" Pack="true" PackagePath="\" />
|
<None Include="README.md" Pack="true" PackagePath="\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="IdGen" />
|
||||||
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Tribufu.ComponentModel\Tribufu.ComponentModel.csproj" />
|
<ProjectReference Include="..\Tribufu.ComponentModel\Tribufu.ComponentModel.csproj" />
|
||||||
<ProjectReference Include="..\Tribufu.Logging\Tribufu.Logging.csproj" />
|
<ProjectReference Include="..\Tribufu.Logging\Tribufu.Logging.csproj" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue