Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 0e66e75

Browse files
Remove NETSTandard.Library.NETFramework
1 parent 49f3777 commit 0e66e75

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

build/common.props

-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@
1616
<ItemGroup>
1717
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
1818
</ItemGroup>
19-
20-
<ItemGroup Condition="'$(TargetFramework)'=='net461'">
21-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
22-
</ItemGroup>
2319
</Project>

samples/SampleApp/SampleApp.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@
1212
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.Http.Extensions\Microsoft.AspNetCore.Http.Extensions.csproj" />
1313
</ItemGroup>
1414

15-
<ItemGroup Condition="'$(TargetFramework)'=='net461'">
16-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
17-
</ItemGroup>
18-
1915
</Project>

0 commit comments

Comments
 (0)