Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit f523a57

Browse files
author
Christy Henriksson
authored
Merge pull request #669 from NuGet/chenriks-hotfix612
2 parents a1ad85a + d4dec1f commit f523a57

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/Validation.Common.Job/Validation.Common.Job.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,21 @@
9999
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
100100
<PrivateAssets>all</PrivateAssets>
101101
</PackageReference>
102+
<PackageReference Include="NuGet.Packaging">
103+
<Version>5.0.0-preview1.5665</Version>
104+
</PackageReference>
105+
<PackageReference Include="NuGet.Services.ServiceBus">
106+
<Version>2.33.0</Version>
107+
</PackageReference>
102108
<PackageReference Include="NuGet.Services.Storage">
103109
<Version>2.33.0</Version>
104110
</PackageReference>
111+
<PackageReference Include="NuGet.Services.Validation">
112+
<Version>2.33.0</Version>
113+
</PackageReference>
114+
<PackageReference Include="NuGet.Services.Validation.Issues">
115+
<Version>2.33.0</Version>
116+
</PackageReference>
105117
<PackageReference Include="NuGetGallery.Core">
106118
<Version>4.4.5-dev-2193892</Version>
107119
</PackageReference>

0 commit comments

Comments
 (0)