Skip to content

Bump Microsoft.Build.NoTargets from 2.0.1 to 3.7.134 - #11559

Merged
jonathanpeppers merged 1 commit into
release/10.0.1xxfrom
dependabot/nuget/release/10.0.1xx/Microsoft.Build.NoTargets-3.7.134
Jun 3, 2026
Merged

Bump Microsoft.Build.NoTargets from 2.0.1 to 3.7.134#11559
jonathanpeppers merged 1 commit into
release/10.0.1xxfrom
dependabot/nuget/release/10.0.1xx/Microsoft.Build.NoTargets-3.7.134

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.Build.NoTargets from 2.0.1 to 3.7.134.

Release notes

Sourced from Microsoft.Build.NoTargets's releases.

3.7.134

What's Changed

  • NoTargets: Exclude NoTargets projects from solution file by @​mruxmohan4 in #​641

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.UniversalPackages.1.0.366...Microsoft.Build.NoTargets.3.7.134

3.7.56

What's Changed

  • Suppress package dependencies in msbuild sdk packages (#​436)

New Contributors

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.Artifacts.3.7.0...Microsoft.Build.NoTargets.3.7.56

3.7.0

What's Changed

Full Changelog: https://github.com/microsoft/MSBuildSdks/compare/Microsoft.Build.NoTargets.3.6.0..Microsoft.Build.NoTargets.3.7.0

3.6.0

What's Changed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.Artifacts.4.1.0...Microsoft.Build.NoTargets.3.6.0

3.5.6

What's Changed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.NoTargets.3.5.0...Microsoft.Build.NoTargets.3.5.6

3.5.0

What's Changed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.NoTargets.3.4.0...Microsoft.Build.NoTargets.3.5.0

3.4.0

What's Changed

New Contributors

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.NoTargets.3.3.0...Microsoft.Build.NoTargets.3.4.0

3.3.0

What's Changed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.CentralPackageVersions.2.1.3...Microsoft.Build.NoTargets.3.3.0

3.2.14

What's Changed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.NoTargets.3.2.9...Microsoft.Build.NoTargets.3.2.14

3.2.9

What's Changed

New Contributors

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.NoTargets.3.1.0...Microsoft.Build.NoTargets.3.2.9

3.2.0

What's Changed

New Contributors

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.Traversal.3.1.6...Microsoft.Build.Traversal.3.2.0

3.1.6

What's Changed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.Traversal.3.1.3...Microsoft.Build.Traversal.3.1.6

3.1.3

What's Changed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.Traversal.3.0.54...Microsoft.Build.Traversal.3.1.3

3.1.0

What's New

  • Clear two more items which are read by IDE and NuGet (#​276)
    Thanks @​ViktorHofer!

3.0.54

What's Changed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.Traversal.3.0.3...Microsoft.Build.Traversal.3.0.54

3.0.23

What's New

  • Add missing Rebuild target for graph-based builds (#​244)
    Thanks @​dfederm!

3.0.4

What's New

  • Add ManifestResourceNames target and disable ouputs for Publish (#​228)

3.0.3

What's New

  • Disable framework references in traversal projects (#​219)
    Thanks @​ViktorHofer!

3.0.2

What's New

  • Fix issue where Targets are not passed through (#​216)

3.0.0

What's New

  • Support .NET 5 SDK by importing its props and targets (#​213)

2.2.0

What's New

  • Fix default artifacts path directory separators for non-Windows (#​235)

2.1.6

What's New

  • Update Artifacts assembly path to netcoreapp3.1 (#​232)
    Thanks @​circlesabound!

2.1.3

What's Changed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.CentralPackageVersions.2.1.2...Microsoft.Build.CentralPackageVersions.2.1.3

2.1.2

What's Fixed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.CentralPackageVersions.2.1.1...Microsoft.Build.CentralPackageVersions.2.1.2

2.1.1

What's Changed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.CentralPackageVersions.2.0.147...Microsoft.Build.CentralPackageVersions.2.1.1

2.1.0

What's New

  • Add more properties to control the metadata of default artifacts (#​227)

2.0.147

What's Changed

Full Changelog: microsoft/MSBuildSdks@Microsoft.Build.CentralPackageVersions.2.0.79...Microsoft.Build.CentralPackageVersions.2.0.147

2.0.17

What's New

  • Disable framework references in NoTargets projects (#​220)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Microsoft.Build.NoTargets
  dependency-version: 3.7.134
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file. labels Jun 2, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. .NET Pull requests that update .NET code labels Jun 2, 2026
@jonathanpeppers
jonathanpeppers merged commit c2dc9f4 into release/10.0.1xx Jun 3, 2026
1 of 2 checks passed
@jonathanpeppers
jonathanpeppers deleted the dependabot/nuget/release/10.0.1xx/Microsoft.Build.NoTargets-3.7.134 branch June 3, 2026 00:59
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file. .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant