Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 3f00df9

Browse files
Remove NETStandard.Library.NETFramework
1 parent 5f0a6e7 commit 3f00df9

File tree

45 files changed

+0
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+0
-165
lines changed

build/dependencies.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<ImmutableCollectionsVersion>1.3.1</ImmutableCollectionsVersion>
88
<InternalAspNetCoreSdkVersion>2.1.0-*</InternalAspNetCoreSdkVersion>
99
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
10-
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
1110
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
1211
<NowinVersion>0.11.0</NowinVersion>
1312
<OwinVersion>3.0.1</OwinVersion>

samples/Antiforgery.Angular1/Antiforgery.Angular1.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,4 @@
1919
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="$(AspNetCoreVersion)" />
2020
</ItemGroup>
2121

22-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
23-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
24-
</ItemGroup>
25-
2622
</Project>

samples/Antiforgery.MvcWithAuthAndAjax/Antiforgery.MvcWithAuthAndAjax.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,4 @@
1919
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="$(AspNetCoreVersion)" />
2020
</ItemGroup>
2121

22-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
23-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
24-
</ItemGroup>
25-
2622
</Project>

samples/Builder.Filtering.Web/Builder.Filtering.Web.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,4 @@
1515
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="$(AspNetCoreVersion)" />
1616
</ItemGroup>
1717

18-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
19-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
20-
</ItemGroup>
21-
2218
</Project>

samples/Builder.HelloWorld.Web/Builder.HelloWorld.Web.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,4 @@
1515
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="$(AspNetCoreVersion)" />
1616
</ItemGroup>
1717

18-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
19-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
20-
</ItemGroup>
21-
2218
</Project>

samples/Builder.Middleware.Web/Builder.Middleware.Web.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,4 @@
1515
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="$(AspNetCoreVersion)" />
1616
</ItemGroup>
1717

18-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
19-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
20-
</ItemGroup>
21-
2218
</Project>

samples/Config.CustomConfigurationProviders.Sample/Config.CustomConfigurationProviders.Sample.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@
1414
<PackageReference Include="System.Collections.Immutable" Version="$(ImmutableCollectionsVersion)" />
1515
</ItemGroup>
1616

17-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
18-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" PrivateAssets="All" />
19-
</ItemGroup>
20-
2117
</Project>

samples/Config.CustomProviders.Web/Config.CustomProviders.Web.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@
1414
<PackageReference Include="Microsoft.Extensions.Configuration" Version="$(AspNetCoreVersion)" />
1515
</ItemGroup>
1616

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

samples/Config.Options.Snapshot.Web/Config.Options.Snapshot.Web.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@
1616
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="$(AspNetCoreVersion)" />
1717
</ItemGroup>
1818

19-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
20-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
21-
</ItemGroup>
22-
2319
</Project>

samples/Config.Providers.Web/Config.Providers.Web.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@
1616
<PackageReference Include="Microsoft.Extensions.Configuration.Ini" Version="$(AspNetCoreVersion)" />
1717
</ItemGroup>
1818

19-
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
20-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
21-
</ItemGroup>
22-
2319
</Project>

0 commit comments

Comments
 (0)