Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changes: dotnet/msbuild@v17.8.3...v17.9.5

	% git diff --shortstat v17.8.3...v17.9.5 
	 994 files changed, 12077 insertions(+), 8431 deletions(-)

Bump `$(MSBuildPackageReferenceVersion)` to 17.9.5, which updates us
to use the NuGet packages:

  * [Microsoft.Build](https://www.nuget.org/packages/Microsoft.Build/17.9.5)
  * [Microsoft.Build.Framework](https://www.nuget.org/packages/Microsoft.Build.Framework/17.9.5)
  * [Microsoft.Build.Tasks.Core](https://www.nuget.org/packages/Microsoft.Build.Tasks.Core/17.9.5)
  * [Microsoft.Build.Utilities.Core](https://www.nuget.org/packages/Microsoft.Build.Utilities.Core/17.9.5)

We're bumping in large part so that we can make potetial use of the
new [`TaskLoggingHelper.LogTelemetry()` method][0]

[0]: https://learn.microsoft.com/dotnet/api/microsoft.build.utilities.tasklogginghelper.logtelemetry
  • Loading branch information
dellis1972 authored and pjcollins committed Oct 23, 2024
1 parent 1818d59 commit a2e146d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Project>
<!--Import this file in projects needing to reference Microsoft.Build.*.dll -->
<PropertyGroup>
<MSBuildPackageReferenceVersion Condition=" '$(MSBuildPackageReferenceVersion)' == '' ">17.8.3</MSBuildPackageReferenceVersion>
<MSBuildPackageReferenceVersion Condition=" '$(MSBuildPackageReferenceVersion)' == '' ">17.9.5</MSBuildPackageReferenceVersion>
<SystemSecurityCryptographyXmlVersion Condition=" '$(SystemSecurityCryptographyXmlVersion)' == '' ">7.0.1</SystemSecurityCryptographyXmlVersion>
<LibZipSharpVersion Condition=" '$(LibZipSharpVersion)' == '' " >3.3.0</LibZipSharpVersion>
<MonoUnixVersion>7.1.0-final.1.21458.1</MonoUnixVersion>
Expand Down

0 comments on commit a2e146d

Please sign in to comment.