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

Commits on May 19, 2023

  1. Don't bundle NuGet assemblies in NETCoreApp tasks

    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 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    047d012 View commit details
    Browse the repository at this point in the history
  2. Fix Helix.Sdk tests

    ViktorHofer committed May 19, 2023
    Configuration menu
    Copy the full SHA
    bfc324f View commit details
    Browse the repository at this point in the history