From a51c5d059d2afb3b6bc102c5e92703f6df8a32a2 Mon Sep 17 00:00:00 2001 From: Frank Viernau Date: Thu, 1 Aug 2024 15:27:12 +0200 Subject: [PATCH] fix(curations): Fix VCS paths for `AspNetCore.Mvc.Formatters.Json` Several targeted versions do not exist, see [1]. [1] https://github.com/dotnet/aspnetcore/tree/v2.1.18/src/Mvc/Mvc.Formatters.Json Signed-off-by: Frank Viernau --- .../Mvc.Formatters.Json.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/curations/NuGet/Microsoft.AspNetCore/Mvc.Formatters.Json.yml b/curations/NuGet/Microsoft.AspNetCore/Mvc.Formatters.Json.yml index 6b11cdda..16a78271 100644 --- a/curations/NuGet/Microsoft.AspNetCore/Mvc.Formatters.Json.yml +++ b/curations/NuGet/Microsoft.AspNetCore/Mvc.Formatters.Json.yml @@ -1,20 +1,15 @@ -- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:[2.1.7,2.1.8]" +- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:(,2.1.3]" curations: comment: "Set the VCS path of the module inside the multi-module repository." vcs: - path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.Formatters.Json" -- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:[2.1.9,2.1.31]" + path: "src/Microsoft.AspNetCore.Mvc.Formatters.Json" +- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:2.2.0" curations: comment: "Set the VCS path of the module inside the multi-module repository." vcs: - path: "src/Mvc/Mvc.Formatters.Json/src" -- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:[2.2.1,2.2.2]" + path: "src/Microsoft.AspNetCore.Mvc.Formatters.Json" +- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:2.1.18" curations: comment: "Set the VCS path of the module inside the multi-module repository." vcs: - path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.Formatters.Json" -- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:[2.2.3,)" - curations: - comment: "Set the VCS path of the module inside the multi-module repository." - vcs: - path: "src/Mvc/Mvc.Formatters.Json/src" + path: "src/Mvc/Mvc.Formatters.Json"