Skip to content

Commit 6c425d9

Browse files
committed
Remove NETStandard.Library.NETFramework package which never went to RTM
1 parent ea8b92c commit 6c425d9

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
@@ -20,8 +20,4 @@
2020
<ItemGroup>
2121
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
2222
</ItemGroup>
23-
<!-- TODO: Remove when TestDriven supports VS15.3+ -->
24-
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
25-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETFrameworkPackageVersion)" PrivateAssets="All" />
26-
</ItemGroup>
2723
</Project>

0 commit comments

Comments
 (0)