Skip to content

Commit

Permalink
Update Service Bus libraries from ServerCommon (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Mar 25, 2021
1 parent c2678b3 commit 8ee3625
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- NuGet dependencies shared across projects -->
<PropertyGroup>
<ServerCommonPackageVersion>2.84.0</ServerCommonPackageVersion>
<ServerCommonPackageVersion>2.86.0</ServerCommonPackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Catalog/NuGet.Services.Metadata.Catalog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<Version>0.7.1</Version>
</PackageReference>
<PackageReference Include="NuGet.Services.Entities">
<Version>4.4.5-dev-4466597</Version>
<Version>4.4.5-dev-4589840</Version>
</PackageReference>
<PackageReference Include="NuGet.Services.Logging">
<Version>$(ServerCommonPackageVersion)</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<Version>0.32.0</Version>
</PackageReference>
<PackageReference Include="NuGetGallery.Core">
<Version>4.4.5-dev-4466597</Version>
<Version>4.4.5-dev-4589840</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/NuGet.Protocol.Catalog/NuGet.Protocol.Catalog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Version>9.0.1</Version>
</PackageReference>
<PackageReference Include="NuGet.Protocol">
<Version>5.8.0</Version>
<Version>5.9.0</Version>
</PackageReference>
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/NuGet.Services.SearchService/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NuGet.Versioning" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.8.0.6930" newVersion="5.8.0.6930"/>
<bindingRedirect oldVersion="0.0.0.0-5.9.0.6930" newVersion="5.9.0.6930"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NuGet.Packaging" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.8.0.6930" newVersion="5.8.0.6930"/>
<bindingRedirect oldVersion="0.0.0.0-5.9.0.6930" newVersion="5.9.0.6930"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NuGet.Frameworks" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.8.0.6930" newVersion="5.8.0.6930"/>
<bindingRedirect oldVersion="0.0.0.0-5.9.0.6930" newVersion="5.9.0.6930"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NuGet.Common" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.8.0.6930" newVersion="5.8.0.6930"/>
<bindingRedirect oldVersion="0.0.0.0-5.9.0.6930" newVersion="5.9.0.6930"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Stats.CDNLogsSanitizer/Stats.CDNLogsSanitizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="NuGetGallery.Core">
<Version>4.4.5-dev-4466597</Version>
<Version>4.4.5-dev-4589840</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<Version>5.8.4</Version>
</PackageReference>
<PackageReference Include="NuGet.Versioning">
<Version>5.8.0</Version>
<Version>5.9.0</Version>
</PackageReference>
<PackageReference Include="MicroBuild.Core">
<Version>0.3.0</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<Version>5.8.4</Version>
</PackageReference>
<PackageReference Include="NuGet.Versioning">
<Version>5.8.0</Version>
<Version>5.9.0</Version>
</PackageReference>
<PackageReference Include="MicroBuild.Core">
<Version>0.3.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Stats.LogInterpretation/Stats.LogInterpretation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Version>11.0.2</Version>
</PackageReference>
<PackageReference Include="NuGet.Versioning">
<Version>5.8.0</Version>
<Version>5.9.0</Version>
</PackageReference>
<PackageReference Include="UAParser">
<Version>3.1.44</Version>
Expand Down
4 changes: 2 additions & 2 deletions src/Validation.Common.Job/Validation.Common.Job.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
<Version>2.2.0</Version>
</PackageReference>
<PackageReference Include="NuGet.Packaging">
<Version>5.8.0</Version>
<Version>5.9.0</Version>
</PackageReference>
<PackageReference Include="NuGetGallery.Core">
<Version>4.4.5-dev-4483121</Version>
<Version>4.4.5-dev-4589840</Version>
</PackageReference>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<Version>$(ServerCommonPackageVersion)</Version>
</PackageReference>
<PackageReference Include="NuGet.Versioning">
<Version>5.8.0</Version>
<Version>5.9.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 @@ -120,6 +120,7 @@ private class DisposableEntitiesContext : IEntitiesContext, IDisposable
public DbSet<Certificate> Certificates { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public DbSet<PackageRegistration> PackageRegistrations { get; set; } = DbSetMockFactory.Create<PackageRegistration>();
public DbSet<PackageDependency> PackageDependencies { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public DbSet<PackageFramework> PackageFrameworks { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public DbSet<Credential> Credentials { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public DbSet<Scope> Scopes { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
public DbSet<User> Users { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
Expand Down

0 comments on commit 8ee3625

Please sign in to comment.