From 3e0bfeb38c186cc12ad4b15fac03ff80a4aa5cbe Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 24 Jun 2026 14:09:11 -0300 Subject: [PATCH] Bump Microsoft.Build.Utilities.Core to 17.14.28 in JsonPeek and JsonPoke Align Tests project Microsoft.Build.* packages to 17.14.28 and upgrade Tests target framework to net9.0 for compatibility with the latest 17.x MSBuild packages. --- src/JsonPeek/JsonPeek.csproj | 2 +- src/JsonPoke/JsonPoke.csproj | 2 +- src/Tests/Tests.csproj | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/JsonPeek/JsonPeek.csproj b/src/JsonPeek/JsonPeek.csproj index d384695..c92c186 100644 --- a/src/JsonPeek/JsonPeek.csproj +++ b/src/JsonPeek/JsonPeek.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/JsonPoke/JsonPoke.csproj b/src/JsonPoke/JsonPoke.csproj index 4b8c296..978afc5 100644 --- a/src/JsonPoke/JsonPoke.csproj +++ b/src/JsonPoke/JsonPoke.csproj @@ -15,7 +15,7 @@ - + diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index c542509..ea04400 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net9.0 @@ -9,9 +9,9 @@ - - - + + + @@ -24,4 +24,4 @@ - + \ No newline at end of file