Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove NuGet.Packaging.Core #5870

Merged
merged 3 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions NuGet-ApexTests.slnf

This file was deleted.

1 change: 0 additions & 1 deletion NuGet-Commandline-WithTests.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"src\\NuGet.Core\\NuGet.LibraryModel\\NuGet.LibraryModel.csproj",
"src\\NuGet.Core\\NuGet.Localization\\NuGet.Localization.csproj",
"src\\NuGet.Core\\NuGet.PackageManagement\\NuGet.PackageManagement.csproj",
"src\\NuGet.Core\\NuGet.Packaging.Core\\NuGet.Packaging.Core.csproj",
"src\\NuGet.Core\\NuGet.Packaging\\NuGet.Packaging.csproj",
"src\\NuGet.Core\\NuGet.ProjectModel\\NuGet.ProjectModel.csproj",
"src\\NuGet.Core\\NuGet.Protocol\\NuGet.Protocol.csproj",
Expand Down
1 change: 0 additions & 1 deletion NuGet-Src-Commandline.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"src\\NuGet.Core\\NuGet.LibraryModel\\NuGet.LibraryModel.csproj",
"src\\NuGet.Core\\NuGet.Localization\\NuGet.Localization.csproj",
"src\\NuGet.Core\\NuGet.PackageManagement\\NuGet.PackageManagement.csproj",
"src\\NuGet.Core\\NuGet.Packaging.Core\\NuGet.Packaging.Core.csproj",
"src\\NuGet.Core\\NuGet.Packaging\\NuGet.Packaging.csproj",
"src\\NuGet.Core\\NuGet.ProjectModel\\NuGet.ProjectModel.csproj",
"src\\NuGet.Core\\NuGet.Protocol\\NuGet.Protocol.csproj",
Expand Down
1 change: 0 additions & 1 deletion NuGet-Src.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"src\\NuGet.Core\\NuGet.LibraryModel\\NuGet.LibraryModel.csproj",
"src\\NuGet.Core\\NuGet.Localization\\NuGet.Localization.csproj",
"src\\NuGet.Core\\NuGet.PackageManagement\\NuGet.PackageManagement.csproj",
"src\\NuGet.Core\\NuGet.Packaging.Core\\NuGet.Packaging.Core.csproj",
"src\\NuGet.Core\\NuGet.Packaging\\NuGet.Packaging.csproj",
"src\\NuGet.Core\\NuGet.ProjectModel\\NuGet.ProjectModel.csproj",
"src\\NuGet.Core\\NuGet.Protocol\\NuGet.Protocol.csproj",
Expand Down
1 change: 0 additions & 1 deletion NuGet-UnitTests.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"src\\NuGet.Core\\NuGet.LibraryModel\\NuGet.LibraryModel.csproj",
"src\\NuGet.Core\\NuGet.Localization\\NuGet.Localization.csproj",
"src\\NuGet.Core\\NuGet.PackageManagement\\NuGet.PackageManagement.csproj",
"src\\NuGet.Core\\NuGet.Packaging.Core\\NuGet.Packaging.Core.csproj",
"src\\NuGet.Core\\NuGet.Packaging\\NuGet.Packaging.csproj",
"src\\NuGet.Core\\NuGet.ProjectModel\\NuGet.ProjectModel.csproj",
"src\\NuGet.Core\\NuGet.Protocol\\NuGet.Protocol.csproj",
Expand Down
9 changes: 1 addition & 8 deletions NuGet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Build.NuGetSdkRes
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGet.VisualStudio.Common.Test", "test\NuGet.Clients.Tests\NuGet.VisualStudio.Common.Test\NuGet.VisualStudio.Common.Test.csproj", "{1EDFC48B-2CEC-49DD-90DA-3A69BDDAB8CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGet.Packaging.Core", "src\NuGet.Core\NuGet.Packaging.Core\NuGet.Packaging.Core.csproj", "{02B7C422-C592-4BA6-89A7-ACBD7923B34D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Msbuild.Integration.Test", "test\NuGet.Core.FuncTests\Msbuild.Integration.Test\Msbuild.Integration.Test.csproj", "{92EF44DB-4F40-4610-A1AD-3A554A0CA8B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGet.Build.Tasks.Console", "src\NuGet.Core\NuGet.Build.Tasks.Console\NuGet.Build.Tasks.Console.csproj", "{3ED13630-90EB-420E-8083-0959B2955C6E}"
Expand Down Expand Up @@ -303,8 +301,8 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dotnet-build", "dotnet-build", "{85D69893-216B-4D97-9E90-39340CA24CA4}"
ProjectSection(SolutionItems) = preProject
eng\dotnet-build\build.sh = eng\dotnet-build\build.sh
eng\dotnet-build\global.json = eng\dotnet-build\global.json
eng\dotnet-build\dotnet-build.proj = eng\dotnet-build\dotnet-build.proj
eng\dotnet-build\global.json = eng\dotnet-build\global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{EA5A2D72-33C8-442C-AB6D-99EA8739591D}"
Expand Down Expand Up @@ -634,10 +632,6 @@ Global
{1EDFC48B-2CEC-49DD-90DA-3A69BDDAB8CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EDFC48B-2CEC-49DD-90DA-3A69BDDAB8CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EDFC48B-2CEC-49DD-90DA-3A69BDDAB8CF}.Release|Any CPU.Build.0 = Release|Any CPU
{02B7C422-C592-4BA6-89A7-ACBD7923B34D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
nkolev92 marked this conversation as resolved.
Show resolved Hide resolved
{02B7C422-C592-4BA6-89A7-ACBD7923B34D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02B7C422-C592-4BA6-89A7-ACBD7923B34D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02B7C422-C592-4BA6-89A7-ACBD7923B34D}.Release|Any CPU.Build.0 = Release|Any CPU
{92EF44DB-4F40-4610-A1AD-3A554A0CA8B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92EF44DB-4F40-4610-A1AD-3A554A0CA8B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92EF44DB-4F40-4610-A1AD-3A554A0CA8B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -805,7 +799,6 @@ Global
{299B3E44-5372-4D6B-A4E9-3DBEA4705701} = {506AF844-92E0-4404-BBFC-0AB073890A72}
{ADCF5BF7-5A77-4F0E-AE76-96C611A079D8} = {7323F93B-D141-4001-BB9E-7AF14031143E}
{1EDFC48B-2CEC-49DD-90DA-3A69BDDAB8CF} = {01BC4531-1E25-48D7-A8FD-A47D6FEC47FB}
{02B7C422-C592-4BA6-89A7-ACBD7923B34D} = {506AF844-92E0-4404-BBFC-0AB073890A72}
{92EF44DB-4F40-4610-A1AD-3A554A0CA8B9} = {BB63CACA-866F-454F-BA4C-78B788D032BB}
{3ED13630-90EB-420E-8083-0959B2955C6E} = {506AF844-92E0-4404-BBFC-0AB073890A72}
{2011B5A4-2184-4F94-9897-E5BC2425DCDA} = {7323F93B-D141-4001-BB9E-7AF14031143E}
Expand Down
1 change: 0 additions & 1 deletion scripts/utils/EnsureAllPackagesExist.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Param (
"NuGet.LibraryModel",
"NuGet.Localization",
"NuGet.PackageManagement",
"NuGet.Packaging.Core",
"NuGet.Packaging",
"NuGet.ProjectModel",
"NuGet.Protocol",
Expand Down
32 changes: 0 additions & 32 deletions src/NuGet.Core/NuGet.Packaging.Core/AssemblyInfo.cs

This file was deleted.

17 changes: 0 additions & 17 deletions src/NuGet.Core/NuGet.Packaging.Core/NuGet.Packaging.Core.csproj

This file was deleted.

1 change: 0 additions & 1 deletion src/NuGet.Core/NuGet.Packaging.Core/README.md

This file was deleted.