Skip to content

Commit 3fba37c

Browse files
Remove NETStandard.Library.NETFramework and update Moq
1 parent b76209f commit 3fba37c

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
@@ -11,10 +11,6 @@
1111
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
1212
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
1313
</PropertyGroup>
14-
15-
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
16-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" PrivateAssets="All" />
17-
</ItemGroup>
1814

1915
<ItemGroup>
2016
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />

0 commit comments

Comments
 (0)