We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764ecb6 commit 5b51ba3Copy full SHA for 5b51ba3
ToolkitComponent.SampleProject.props
@@ -9,7 +9,7 @@
9
<!-- Import this component's source project -->
10
<ItemGroup>
11
<ProjectReference Include="$(MSBuildProjectDirectory)\..\src\*.csproj" />
12
- <PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
+ <PackageReference Condition="'$(IsMacOS)' != 'true'" Include="System.Collections.Immutable" Version="5.0.0" />
13
</ItemGroup>
14
15
0 commit comments