Skip to content

Commit 0ac9657

Browse files
committed
Fix package downgrade warning
1 parent 4215900 commit 0ac9657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" />
3232
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.162" />
3333
<PackageVersion Include="Nullable" Version="1.3.1" />
34-
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
34+
<PackageVersion Include="System.Collections.Immutable" Version="9.0.0" />
3535
<PackageVersion Include="System.Memory" Version="4.6.0" />
3636
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.0" />
3737
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.0" />
@@ -65,4 +65,4 @@
6565
<GlobalPackageReference Include="PolySharp" Version="1.15.0" />
6666
<GlobalPackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556" />
6767
</ItemGroup>
68-
</Project>
68+
</Project>

0 commit comments

Comments
 (0)