Skip to content

Commit 98bf3f5

Browse files
committed
Build: only reference Microsoft.Bcl.Memory on .NET Standard
This will help to get rid of a transitive dependency.
1 parent f58fa27 commit 98bf3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TruePath/TruePath.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ SPDX-License-Identifier: MIT
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.Bcl.Memory" Version="10.0.5" />
21+
<PackageReference Include="Microsoft.Bcl.Memory" Version="10.0.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)