Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Commit

Permalink
Move to latest ServerCommon, NuGet.Jobs, and NuGetGallery dependencies (
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Apr 6, 2020
1 parent cadc42b commit 4ce169a
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 22 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ param (
[string]$SemanticVersion = '1.0.0-zlocal',
[string]$Branch,
[string]$CommitSHA,
[string]$BuildBranch = 'd298565f387e93995a179ef8ae6838f1be37904f'
[string]$BuildBranch = '6d1fcf147a7af8b6b4db842494bc7beed3b1d0e9'
)

# For TeamCity - If any issue occurs, this script fails the build. - By default, TeamCity returns an exit code of 0 for all powershell scripts, even if they fail
Expand Down
6 changes: 3 additions & 3 deletions src/Catalog/NuGet.Services.Metadata.Catalog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@
<Version>1.0.8.3533</Version>
</PackageReference>
<PackageReference Include="NuGet.Services.Entities">
<Version>4.4.5-dev-3213233</Version>
<Version>4.4.5-dev-3612899</Version>
</PackageReference>
<PackageReference Include="NuGet.Services.Sql">
<Version>2.71.0</Version>
<Version>2.74.0</Version>
</PackageReference>
<PackageReference Include="NuGet.StrongName.json-ld.net">
<Version>1.0.6</Version>
Expand All @@ -309,7 +309,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NuGet.Services.Logging">
<Version>2.71.0</Version>
<Version>2.74.0</Version>
</PackageReference>
<PackageReference Include="WindowsAzure.Storage">
<Version>9.3.3</Version>
Expand Down
8 changes: 4 additions & 4 deletions src/Ng/Ng.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,16 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NuGet.Services.Configuration">
<Version>2.71.0</Version>
<Version>2.74.0</Version>
</PackageReference>
<PackageReference Include="NuGet.Services.Logging">
<Version>2.71.0</Version>
<Version>2.74.0</Version>
</PackageReference>
<PackageReference Include="NuGet.Services.Sql">
<Version>2.71.0</Version>
<Version>2.74.0</Version>
</PackageReference>
<PackageReference Include="NuGet.Services.Storage">
<Version>2.71.0</Version>
<Version>2.74.0</Version>
</PackageReference>
<PackageReference Include="Serilog.Sinks.File">
<Version>4.0.0</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NuGet.Services.Storage">
<Version>2.71.0</Version>
<Version>2.74.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 0 additions & 8 deletions src/NuGet.Services.SearchService/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@
<assemblyIdentity name="NuGet.Versioning" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.0.0.1" newVersion="5.0.0.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NuGet.Services.ServiceBus" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2.71.0.0" newVersion="2.71.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NuGet.Services.Contracts" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-2.71.0.0" newVersion="2.71.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NuGet.Frameworks" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.0.0.1" newVersion="5.0.0.1"/>
Expand Down
2 changes: 1 addition & 1 deletion src/NuGet.Services.V3/NuGet.Services.V3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NuGet.Services.Validation.Common.Job">
<Version>4.3.0-dev-3555917</Version>
<Version>4.3.0-dev-3613868</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/CatalogTests/CatalogTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
<Version>4.10.1</Version>
</PackageReference>
<PackageReference Include="NuGet.Services.Logging">
<Version>2.71.0</Version>
<Version>2.74.0</Version>
</PackageReference>
<PackageReference Include="xunit">
<Version>2.4.1</Version>
Expand Down
4 changes: 2 additions & 2 deletions tests/NgTests/NgTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@
<Version>4.10.1</Version>
</PackageReference>
<PackageReference Include="NuGet.Services.Configuration">
<Version>2.71.0</Version>
<Version>2.74.0</Version>
</PackageReference>
<PackageReference Include="NuGet.Services.Logging">
<Version>2.71.0</Version>
<Version>2.74.0</Version>
</PackageReference>
<PackageReference Include="xunit">
<Version>2.4.1</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="NuGet.Services.Configuration">
<Version>2.72.0</Version>
<Version>2.74.0</Version>
</PackageReference>
<PackageReference Include="NuGet.Versioning">
<Version>5.0.0-preview1.5707</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ private class DisposableEntitiesContext : IEntitiesContext, IDisposable
public DbSet<PackageDeprecation> Deprecations { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public DbSet<PackageVulnerability> Vulnerabilities { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public DbSet<VulnerablePackageVersionRange> VulnerableRanges { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public DbSet<PackageRename> PackageRenames { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }

public bool Disposed { get; private set; }

Expand Down

0 comments on commit 4ce169a

Please sign in to comment.