Remove NetStandard.Library.NETFramework

This commit is contained in:
Ryan Brandenburg 2017-06-27 12:39:11 -07:00
parent 584b36318e
commit a408be3eb5
1 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,6 @@
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" PrivateAssets="All" />
</ItemGroup>
<!-- defines the default values for each item type -->
<ItemDefinitionGroup>
<!-- set PrivateAssets=None to ensure that all assets, including Build and Analyzer, are included in the nuspec -->