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.Utilities.Core from 16.8.0 to 16.9.0 in /PxCoco

Bumps [Microsoft.Build.Utilities.Core](https://github.com/microsoft/msbuild) from 16.8.0 to 16.9.0.
- [Release notes](https://github.com/microsoft/msbuild/releases)
- [Commits](https://github.com/microsoft/msbuild/commits/v16.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
Christian Klauser
(Apr 26, 2021, 3:35 AM +0200) c4a3a2b2 c51a5d3b

+1 -1
+1 -1
PxCoco/PxCoco.csproj
··· 44 44 45 45 <ItemGroup> 46 46 <PackageReference Include="Microsoft.Build.Framework" Version="16.9.0" /> 47 - <PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.8.0" /> 47 + <PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.9.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" /> 50 50 </ItemGroup>