Skip to content

Commit

Permalink
make sure migrators package is a dependency. #245
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Nov 23, 2023
1 parent 18519b9 commit 64f3e56
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions uSync.Migrations/uSync.Migrations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<PackageId>uSync.Migrations</PackageId>
<Title>uSync Migrations</Title>
<Description>Migration tool for Umbraco Runs on 10+ migrates from 7</Description>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Umbraco.Cms.Web.BackOffice" Version="[10.4,14)" />
<PackageReference Include="Umbraco.Cms.Web.Website" Version="[10.4,14)" />
Expand All @@ -25,7 +25,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\uSync.Migrations.Client\uSync.Migrations.Client.csproj" />
<ProjectReference Include="..\uSync.Migrations.Core\uSync.Migrations.Core.csproj" />
<ProjectReference Include="..\uSync.Migrations.Client\uSync.Migrations.Client.csproj" />
<ProjectReference Include="..\uSync.Migrations.Core\uSync.Migrations.Core.csproj" />
<ProjectReference Include="..\uSync.Migrations.Migrators\uSync.Migrations.Migrators.csproj" />
</ItemGroup>
</Project>

0 comments on commit 64f3e56

Please sign in to comment.