Skip to content

Commit

Permalink
Bump Microsoft.Build.Framework from 17.4.0 to 17.5.0 in /PxCoco
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Build.Framework](https://github.com/dotnet/msbuild) from 17.4.0 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)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and chklauser committed Dec 11, 2023
1 parent 8f47746 commit 314ae89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PxCoco/PxCoco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ with improvements by Pat Terry, Rhodes University. Prexonite extensions by Chris
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Build.Framework" Version="17.4.0" />
<PackageReference Include="Microsoft.Build.Framework" Version="17.5.0" />
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.4.0" />
<!-- marks all packages as 'local only' so they don't end up in the nuspec -->
<PackageReference Update="@(PackageReference)" PrivateAssets="All" />
Expand Down

0 comments on commit 314ae89

Please sign in to comment.