Skip to content

Commit

Permalink
fix(curations): Fix VCS paths for AspNetCore.Mvc.Formatters.Json
Browse files Browse the repository at this point in the history
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 <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Aug 1, 2024
1 parent 1bb0029 commit a51c5d0
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions curations/NuGet/Microsoft.AspNetCore/Mvc.Formatters.Json.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit a51c5d0

Please sign in to comment.