Skip to content

Commit 0d02c05

Browse files
LoopedBard3Copilot
andcommitted
Remove redundant immutable package pin
Drop the explicit System.Collections.Immutable PackageReference from MicroBenchmarks since the project still restores and builds for the supported modern TFMs without it, and the remaining net472 issue is unrelated. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a44224b commit 0d02c05

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/benchmarks/micro/MicroBenchmarks.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
<PackageReference Include="System.IO.Hashing" Version="$(SystemVersion)" />
101101
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="$(SystemVersion)" Condition="'$(OS)' == 'Windows_NT'" />
102102
<PackageReference Include="Utf8Json" Version="1.3.7" />
103-
<PackageReference Include="System.Collections.Immutable" Version="9.0.*-*" />
104103
</ItemGroup>
105104
<ItemGroup Condition="'$(TargetFramework)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework'">
106105
<PackageReference Include="System.Memory" Version="4.6.3" />

0 commit comments

Comments
 (0)