Skip to content

Commit 5b51ba3

Browse files
Arlodotexemichael-hawker
authored andcommitted
Fixed an issue building the sample projects on macOS
1 parent 764ecb6 commit 5b51ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 Include="System.Collections.Immutable" Version="5.0.0" />
12+
<PackageReference Condition="'$(IsMacOS)' != 'true'" Include="System.Collections.Immutable" Version="5.0.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)