Skip to content

Commit 01a336a

Browse files
committed
Update System.Collections.Immutable to 8.0.0
1 parent 7287e7f commit 01a336a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ProjectHeads/App.Head.Uwp.Dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<ItemGroup>
55
<PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls.Markdown" Version="7.1.2" />
66
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.1" />
7-
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
7+
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
88
</ItemGroup>
99
</Project>

ToolkitComponent.SampleProject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- Import this component's source project -->
1010
<ItemGroup>
1111
<ProjectReference Include="$(MSBuildProjectDirectory)\..\src\*.csproj" />
12-
<PackageReference Condition="'$(IsMacOS)' != 'true'" Include="System.Collections.Immutable" Version="5.0.0" />
12+
<PackageReference Condition="'$(IsMacOS)' != 'true'" Include="System.Collections.Immutable" Version="8.0.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)