Skip to content

Commit 37cd223

Browse files
committed
Remove PrivateAssets
1 parent 90aba63 commit 37cd223

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" PrivateAssets="All" />
12+
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)