Skip to content

Commit

Permalink
Remove NETStandard.Library.NETFramework package which never went to RTM
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Aug 31, 2017
1 parent ea8b92c commit 6c425d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@
<ItemGroup>
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
</ItemGroup>
<!-- TODO: Remove when TestDriven supports VS15.3+ -->
<ItemGroup Condition="'$(TargetFramework)' == 'net461'">
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETFrameworkPackageVersion)" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 6c425d9

Please sign in to comment.