Skip to content

Commit

Permalink
Bump Microsoft.Build.NoTargets from 3.3.0 to 3.7.0 (#417)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Build.NoTargets](https://github.com/Microsoft/MSBuildSdks) from 3.3.0 to 3.7.0.
- [Release notes](https://github.com/Microsoft/MSBuildSdks/releases)
- [Changelog](https://github.com/microsoft/MSBuildSdks/blob/main/RELEASE.md)
- [Commits](Microsoft.Build.NoTargets.3.3.0...Microsoft.Build.NoTargets.3.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2023
1 parent 1ad6f73 commit ec6f1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"rollForward": "latestMajor"
},
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.3.0"
"Microsoft.Build.NoTargets": "3.7.0"
}
}
2 changes: 1 addition & 1 deletion samples/NoTargets/SampleNoTargets/SampleNoTargets.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.Build.NoTargets/3.3.0">
<Project Sdk="Microsoft.Build.NoTargets/3.7.0">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
Expand Down

0 comments on commit ec6f1ba

Please sign in to comment.