Skip to content

Commit b246114

Browse files
authored
fix: Also bump System.Collections.Immutable in test project
Microsoft.NET.Test.Sdk 17.14.0 depends on System.Collections.Immutable version 8.0.0 or above. ``` Detected package downgrade: System.Collections.Immutable from 8.0.0 to 6.0.0. Reference the package directly from the project to select a different version. ... nunit.analyzers.tests.csproj : error NU1605: nunit.analyzers.tests -> Microsoft.NET.Test.Sdk 17.14.0 -> Microsoft.TestPlatform.TestHost 17.14.0 -> Microsoft.TestPlatform.ObjectModel 17.14.0 -> System.Reflection.Metadata 8.0.0 -> System.Collections.Immutable (>= 8.0.0) ```
1 parent 7750b90 commit b246114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nunit.analyzers.tests/nunit.analyzers.tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Gu.Roslyn.Asserts" Version="4.3.0" />
1919
<PackageReference Include="Gu.Roslyn.Asserts.Analyzers" Version="4.0.0" />
2020
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
21-
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
21+
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
2222
</ItemGroup>
2323

2424
<ItemGroup Condition="'$(NUnitVersion)' == '4'">

0 commit comments

Comments
 (0)