Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 8745013

Browse files
committed
Remove the NETStandard.Library.NETFramework dependency
1 parent 8be65e1 commit 8745013

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/common.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<DebugType Condition=" '$(OS)' != 'Windows_NT' ">portable</DebugType>
1313
</PropertyGroup>
1414

15-
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
16-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NetStandardLibraryNetFrameworkVersion)" />
17-
</ItemGroup>
18-
1915
<Target Name="WorkaroundAppConfigPathTooLong" BeforeTargets="GenerateBindingRedirects">
2016
<PropertyGroup>
2117
<_GenerateBindingRedirectsIntermediateAppConfig>$(IntermediateOutputPath)$(TargetFileName).config</_GenerateBindingRedirectsIntermediateAppConfig>

0 commit comments

Comments
 (0)