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 60f4ca9 commit 9745bf7Copy full SHA for 9745bf7
MultiTarget/PackageReferences/Netstandard.props
@@ -1,5 +1,5 @@
1
<Project>
2
<ItemGroup>
3
- <PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
+ <PackageReference Include="System.Collections.Immutable" Version="5.0.0" PrivateAssets="All" />
4
</ItemGroup>
5
</Project>
MultiTarget/PackageReferences/Uwp.props
@@ -1,6 +1,6 @@
<PackageReference Include="Microsoft.UI.Xaml" Version="2.7.0" />
6
0 commit comments