nuget: bump Microsoft.Build.Utilities.Core from 17.6.3 to 17.7.0

Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 17.6.3 to 17.7.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/compare/v17.6.3...v17.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-10 02:23:46 +00:00 committed by GitHub
parent a15a7d3e03
commit cbb450e865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.6.3" /> <PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.7.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" /> <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.6.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>