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

Commit ac0e8b6

Browse files
authored
NuGetGallery.Core update (#432) (#439)
* Updated to the latest NuGetGallery.Core to pick up validation taking too long settings. * Fixed nuspec
1 parent 1e29800 commit ac0e8b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<Version>2.25.0-master-29664</Version>
104104
</PackageReference>
105105
<PackageReference Include="NuGetGallery.Core">
106-
<Version>4.4.4-dev-29942</Version>
106+
<Version>4.4.4-dev-30533</Version>
107107
</PackageReference>
108108
<PackageReference Include="Serilog">
109109
<Version>2.5.0</Version>

src/Validation.Common.Job/Validation.Common.Job.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency id="NuGet.Services.Logging" version="2.23.0" />
2121
<dependency id="NuGet.Services.Storage" version="2.23.0" />
2222
<dependency id="NuGet.Services.Validation" version="2.25.0-master-29664" />
23-
<dependency id="NuGetGallery.Core" version="4.4.4-dev-29942" />
23+
<dependency id="NuGetGallery.Core" version="4.4.4-dev-30533" />
2424
<dependency id="Serilog" version="2.5.0" />
2525
<dependency id="System.Net.Http" version="4.3.3" />
2626
</dependencies>

0 commit comments

Comments
 (0)