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

Don't bundle NuGet assemblies in NETCoreApp tasks #13546

Conversation

ViktorHofer
Copy link
Member

Contributes to dotnet/source-build-reference-packages#673 (comment)

NuGet assemblies are alread bundled into the SDK and therefore don't need to be included in .NETCoreApp msbuild task packages.

They need to be kept on .NET Framework which doesn't bundle NuGet along MSBuild.

Also fix a version package references using an incorrect NuGet version property.

MichaelSimons
MichaelSimons previously approved these changes May 16, 2023
Copy link
Member

@MichaelSimons MichaelSimons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this - it was a question I had asked as well.

NuGet assemblies are alread bundled into the SDK and therefore don't
need to be included in .NETCoreApp msbuild task packages.

They need to be kept on .NET Framework which doesn't bundle NuGet along
MSBuild.

Also fix a version package references using an incorrect NuGet version
property.
@ViktorHofer ViktorHofer force-pushed the DontBundleNuGetAssembliesInNetCoreAppMSBuildTasks branch from 8eddee7 to 047d012 Compare May 19, 2023 10:03
@ViktorHofer ViktorHofer merged commit 792c346 into dotnet:main May 19, 2023
@ViktorHofer ViktorHofer deleted the DontBundleNuGetAssembliesInNetCoreAppMSBuildTasks branch May 19, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants