Skip to content

Commit 49e9350

Browse files
authored
Updating the client libraries to 5.9 (#8442)
* Updating the client libraries to v.5.9 * last of client libs? * Updating the test to align with fixes in the client libraries.
1 parent 65907b4 commit 49e9350

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/NuGet.Services.Entities/NuGet.Services.Entities.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Version>10.0.3</Version>
1616
</PackageReference>
1717
<PackageReference Include="NuGet.Frameworks">
18-
<Version>5.8.0</Version>
18+
<Version>5.9.0</Version>
1919
</PackageReference>
2020
</ItemGroup>
2121

src/NuGetGallery.Core/NuGetGallery.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<ItemGroup>
4646
<PackageReference Include="NuGet.Packaging">
47-
<Version>5.8.0</Version>
47+
<Version>5.9.0</Version>
4848
</PackageReference>
4949
<PackageReference Include="NuGet.Services.FeatureFlags">
5050
<Version>2.84.0</Version>

src/NuGetGallery.Services/NuGetGallery.Services.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@
301301
<Version>4.1.0</Version>
302302
</PackageReference>
303303
<PackageReference Include="NuGet.Packaging">
304-
<Version>5.8.0</Version>
304+
<Version>5.9.0</Version>
305305
</PackageReference>
306306
<PackageReference Include="NuGet.Protocol">
307-
<Version>5.8.0</Version>
307+
<Version>5.9.0</Version>
308308
</PackageReference>
309309
<PackageReference Include="NuGet.Services.Configuration">
310310
<Version>2.84.0</Version>

src/NuGetGallery/NuGetGallery.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,10 +2235,10 @@
22352235
<Version>1.4.0</Version>
22362236
</PackageReference>
22372237
<PackageReference Include="NuGet.Configuration">
2238-
<Version>5.8.0</Version>
2238+
<Version>5.9.0</Version>
22392239
</PackageReference>
22402240
<PackageReference Include="NuGet.Protocol">
2241-
<Version>5.8.0</Version>
2241+
<Version>5.9.0</Version>
22422242
</PackageReference>
22432243
<PackageReference Include="NuGet.Services.Licenses">
22442244
<Version>2.84.0</Version>

src/NuGetGallery/Web.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@
575575
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
576576
<dependentAssembly>
577577
<assemblyIdentity name="NuGet.Packaging" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
578-
<bindingRedirect oldVersion="0.0.0.0-5.8.0.6823" newVersion="5.8.0.6823"/>
578+
<bindingRedirect oldVersion="0.0.0.0-5.9.0.7134" newVersion="5.9.0.7134"/>
579579
</dependentAssembly>
580580
<dependentAssembly>
581581
<assemblyIdentity name="WebGrease" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
@@ -595,11 +595,11 @@
595595
</dependentAssembly>
596596
<dependentAssembly>
597597
<assemblyIdentity name="NuGet.Versioning" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
598-
<bindingRedirect oldVersion="0.0.0.0-5.8.0.6823" newVersion="5.8.0.6823"/>
598+
<bindingRedirect oldVersion="0.0.0.0-5.9.0.7134" newVersion="5.9.0.7134"/>
599599
</dependentAssembly>
600600
<dependentAssembly>
601601
<assemblyIdentity name="NuGet.Frameworks" publicKeyToken="31BF3856AD364E35" culture="neutral"/>
602-
<bindingRedirect oldVersion="0.0.0.0-5.8.0.6823" newVersion="5.8.0.6823"/>
602+
<bindingRedirect oldVersion="0.0.0.0-5.9.0.7134" newVersion="5.9.0.7134"/>
603603
</dependentAssembly>
604604
<dependentAssembly>
605605
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral"/>

tests/NuGetGallery.Facts/ExtensionMethodsFacts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ public class TheToFriendlyNameMethod
2323
[InlineData("net5.0-windows", "net5.0-windows")]
2424
[InlineData("net5.0-windows9.0", "net5.0-windows9")]
2525
[InlineData("net5.0-ios14.0", "net5.0-ios14.0")]
26-
[InlineData("net5.0", "netcoreapp5.0-windows")] // See: https://github.com/NuGet/Home/issues/10177
27-
[InlineData("net5.0", "netcoreapp5.0-windows9")] // See: https://github.com/NuGet/Home/issues/10177
26+
[InlineData("net5.0-windows", "netcoreapp5.0-windows")]
27+
[InlineData("net5.0-windows9.0", "netcoreapp5.0-windows9")]
2828
[InlineData("net6.0", "net6.0")]
2929
[InlineData("net10.0", "net10.0")]
3030
[InlineData(".NETFramework 4.0", "net40")]

tests/NuGetGallery.FunctionalTests/NuGetGallery.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<Version>1.0.0.10</Version>
9292
</PackageReference>
9393
<PackageReference Include="NuGet.Packaging">
94-
<Version>5.8.0</Version>
94+
<Version>5.9.0</Version>
9595
</PackageReference>
9696
<PackageReference Include="System.ValueTuple">
9797
<Version>4.5.0</Version>

0 commit comments

Comments
 (0)