Remove NetStandard.Library.NETFramework
This commit is contained in:
parent
584b36318e
commit
a408be3eb5
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue