Skip to content

Commit

Permalink
Bump Microsoft.Build.Utilities.Core from 17.0.0 to 17.7.2
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 17.0.0 to 17.7.2.
- [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.Utilities.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 5a0dd61 commit b397c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Extism.Pdk.MSBuild/Extism.Pdk.MSBuild.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -16,7 +16,7 @@

<ItemGroup>

<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.0.0"
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.7.2"
ExcludeAssets="Runtime" />

<PackageReference Include="Mono.Cecil" Version="0.11.4">
Expand Down

0 comments on commit b397c8f

Please sign in to comment.