Skip to content

Commit

Permalink
Bump MSBuild.StructuredLogger and Microsoft.Build.Utilities.Core
Browse files Browse the repository at this point in the history
Bumps [MSBuild.StructuredLogger](https://github.com/KirillOsenkov/MSBuildStructuredLog) and [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild). These dependencies needed to be updated together.

Updates `MSBuild.StructuredLogger` from 2.2.100 to 2.2.240
- [Release notes](https://github.com/KirillOsenkov/MSBuildStructuredLog/releases)
- [Commits](KirillOsenkov/MSBuildStructuredLog@v2.2.100...v2.2.240)

Updates `Microsoft.Build.Utilities.Core` from 15.9.20 to 17.5.0
- [Release notes](https://github.com/dotnet/msbuild/releases)
- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)
- [Commits](https://github.com/dotnet/msbuild/commits/v17.5.0)

---
updated-dependencies:
- dependency-name: MSBuild.StructuredLogger
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Build.Utilities.Core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent b4d6039 commit 1dd7944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGetizer.Tests/NuGetizer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.Build" Version="17.9.5" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.3.1" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Build.Locator" Version="1.6.10" />
<PackageReference Include="MSBuild.StructuredLogger" Version="2.2.100" />
<PackageReference Include="MSBuild.StructuredLogger" Version="2.2.240" />
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
<PackageReference Include="NuGet.Packaging" Version="6.9.1" />
Expand Down

0 comments on commit 1dd7944

Please sign in to comment.