You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
```
0 commit comments