Skip to content

Commit 41b964e

Browse files
authored
Test "fix". (#10217)
1 parent b58a18f commit 41b964e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tests/NuGetGallery.FunctionalTests.Core/NuGetGallery.FunctionalTests.Core.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
<Reference Include="System.IO.Compression" />
1010
</ItemGroup>
1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" />
12+
<!--
13+
NuGet.Services.Configuration wants Microsoft.Extensions.* at 2.2.0.
14+
Without it, web tests fail to run and proper fix is not trivial, so
15+
this would have to do for now.
16+
Proper fix tracked here: https://github.com/NuGet/Engineering/issues/5669
17+
-->
18+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" VersionOverride="2.2.0" />
1319
<PackageReference Include="Microsoft.Web.Xdt" />
1420
<PackageReference Include="NuGet.Core" />
1521
<PackageReference Include="NuGet.Services.Configuration" VersionOverride="2.94.0" />

0 commit comments

Comments
 (0)