Prexonite, a .NET hosted scripting language with a focus on meta-programming and embedded DSLs
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump Microsoft.Build.Framework from 17.4.0 to 17.5.0 in /PxCoco

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>

authored by

dependabot[bot] and committed by
Christian Klauser
(Dec 11, 2023, 10:43 PM +0100) 314ae899 8f477461

+1 -1
+1 -1
PxCoco/PxCoco.csproj
··· 43 43 </ItemGroup> 44 44 45 45 <ItemGroup> 46 - <PackageReference Include="Microsoft.Build.Framework" Version="17.4.0" /> 46 + <PackageReference Include="Microsoft.Build.Framework" Version="17.5.0" /> 47 47 <PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.4.0" /> 48 48 <!-- marks all packages as 'local only' so they don't end up in the nuspec --> 49 49 <PackageReference Update="@(PackageReference)" PrivateAssets="All" />