We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76209f commit 3fba37cCopy full SHA for 3fba37c
build/common.props
@@ -11,10 +11,6 @@
11
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
12
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
13
</PropertyGroup>
14
-
15
- <ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
16
- <PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" PrivateAssets="All" />
17
- </ItemGroup>
18
19
<ItemGroup>
20
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
0 commit comments