We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58fa27 commit 98bf3f5Copy full SHA for 98bf3f5
1 file changed
TruePath/TruePath.csproj
@@ -18,6 +18,6 @@ SPDX-License-Identifier: MIT
18
</ItemGroup>
19
20
<ItemGroup>
21
- <PackageReference Include="Microsoft.Bcl.Memory" Version="10.0.5" />
+ <PackageReference Include="Microsoft.Bcl.Memory" Version="10.0.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
22
23
</Project>
0 commit comments