Skip to content

Commit 1abe13d

Browse files
authored
[DB Migration] Fix the tool (#8958)
* Add dependency * Support for Validation DB
1 parent 94c23fc commit 1abe13d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/DatabaseMigrationTools/DatabaseMigrationTools.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,19 @@
6464
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6565
<PrivateAssets>all</PrivateAssets>
6666
</PackageReference>
67+
<PackageReference Include="NuGet.Services.Validation">
68+
<Version>2.97.0</Version>
69+
</PackageReference>
6770
</ItemGroup>
6871
<ItemGroup>
6972
<ProjectReference Include="..\NuGet.Services.DatabaseMigration\NuGet.Services.DatabaseMigration.csproj">
7073
<Project>{f4c8c34f-72a9-4773-a315-8fa3f2d5ce4e}</Project>
7174
<Name>NuGet.Services.DatabaseMigration</Name>
7275
</ProjectReference>
76+
<ProjectReference Include="..\NuGet.Services.Entities\NuGet.Services.Entities.csproj">
77+
<Project>{6262f4fc-29be-4226-b676-db391c89d396}</Project>
78+
<Name>NuGet.Services.Entities</Name>
79+
</ProjectReference>
7380
<ProjectReference Include="..\NuGetGallery.Core\NuGetGallery.Core.csproj">
7481
<Project>{097b2cdd-9623-4c34-93c2-d373d51f5b4e}</Project>
7582
<Name>NuGetGallery.Core</Name>

0 commit comments

Comments
 (0)