Skip to content

Commit 2606225

Browse files
authored
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
1 parent 555d509 commit 2606225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Android.Build.BaseTasks/MSBuildReferences.projitems

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Project>
55
<!--Import this file in projects needing to reference Microsoft.Build.*.dll -->
66
<PropertyGroup>
7-
<MSBuildPackageReferenceVersion Condition=" '$(MSBuildPackageReferenceVersion)' == '' ">17.8.3</MSBuildPackageReferenceVersion>
7+
<MSBuildPackageReferenceVersion Condition=" '$(MSBuildPackageReferenceVersion)' == '' ">17.9.5</MSBuildPackageReferenceVersion>
88
<SystemSecurityCryptographyXmlVersion Condition=" '$(SystemSecurityCryptographyXmlVersion)' == '' ">7.0.1</SystemSecurityCryptographyXmlVersion>
99
<LibZipSharpVersion Condition=" '$(LibZipSharpVersion)' == '' " >3.3.0</LibZipSharpVersion>
1010
<MonoUnixVersion>7.1.0-final.1.21458.1</MonoUnixVersion>

0 commit comments

Comments
 (0)