Skip to content

Commit 1c94194

Browse files
committed
Avoid upgrading the packages for ICSharpCode.Decompiler.csproj
1 parent b0f4fc5 commit 1c94194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
<PrivateAssets>all</PrivateAssets>
8585
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8686
</PackageReference>
87-
<PackageReference Include="System.Collections.Immutable" Version="10.0.0-preview.3.25171.5" />
88-
<PackageReference Include="System.Reflection.Metadata" Version="10.0.0-preview.3.25171.5" />
87+
<PackageReference Include="System.Collections.Immutable" Version="6.0.0" />
88+
<PackageReference Include="System.Reflection.Metadata" Version="6.0.0" />
8989
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
9090
<PrivateAssets>all</PrivateAssets>
9191
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)