Skip to content

Commit 65dce0e

Browse files
Removed unused net5.0 packages and remove generator support for net5.0 (#1235)
1 parent aa2a3f5 commit 65dce0e

File tree

95 files changed

+1
-70555
lines changed

Some content is hidden

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

95 files changed

+1
-70555
lines changed

src/packageSourceGenerator/PackageSourceGenerator.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackagesTargetDirectory Condition="'$(PackageType)' == 'text'">$(RepoRoot)src\textOnlyPackages\src\</PackagesTargetDirectory>
1010
<!-- The following target frameworks aren't buildable with the current SDK and as they don't contribute to the set of
1111
source build target verticals, can be safely excluded. -->
12-
<ExcludeTargetFrameworks>monoandroid*;monotouch*;net20;net35;net4*;netcore50;netcoreapp2.*;netcoreapp3.0;portable*;uap*;win8;win81;wp8;wpa81;xamarin*</ExcludeTargetFrameworks>
12+
<ExcludeTargetFrameworks>monoandroid*;monotouch*;net20;net35;net4*;net5.0;netcore50;netcoreapp2.*;netcoreapp3.0;portable*;uap*;win8;win81;wp8;wpa81;xamarin*</ExcludeTargetFrameworks>
1313
<!-- The following target frameworks should be excluded even though they are supported by the current SDK because there is no need to have them.
1414
Only exclude them when target frameworks to include aren't provided. -->
1515
<ExcludeTargetFrameworks Condition="'$(IncludeTargetFrameworks)' == ''">$(ExcludeTargetFrameworks);netcoreapp3.1;netstandard1*</ExcludeTargetFrameworks>

src/referencePackages/src/nuget.commands/6.11.0/NuGet.Commands.6.11.0.csproj

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/referencePackages/src/nuget.commands/6.11.0/lib/net5.0/NuGet.Commands.cs

Lines changed: 0 additions & 1737 deletions
This file was deleted.

src/referencePackages/src/nuget.commands/6.11.0/lib/netstandard2.0/NuGet.Commands.cs

Lines changed: 0 additions & 1735 deletions
This file was deleted.

src/referencePackages/src/nuget.commands/6.11.0/nuget.commands.nuspec

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/referencePackages/src/nuget.common/6.11.0/NuGet.Common.6.11.0.csproj

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)