Skip to content

Commit

Permalink
fix(curations): Fix VCS paths for AspNetCore.Mvc.WebApiCompatShim
Browse files Browse the repository at this point in the history
Several targeted versions do not exist, see [1].

[1] https://www.nuget.org/packages/Microsoft.AspNetCore.Mvc.WebApiCompatShim

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Aug 28, 2024
1 parent 00bfd79 commit 056025b
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions curations/NuGet/Microsoft.AspNetCore/Mvc.WebApiCompatShim.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
- id: "NuGet:Microsoft.AspNetCore:Mvc.WebApiCompatShim:[2.1.7,2.1.8]"
- id: "NuGet:Microsoft.AspNetCore:Mvc.WebApiCompatShim:(,2.2.0]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim"
- id: "NuGet:Microsoft.AspNetCore:Mvc.WebApiCompatShim:[2.1.9,2.1.31]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/Mvc.WebApiCompatShim/src"
- id: "NuGet:Microsoft.AspNetCore:Mvc.WebApiCompatShim:[2.2.1,2.2.2]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim"
- id: "NuGet:Microsoft.AspNetCore:Mvc.WebApiCompatShim:[2.2.3,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/Mvc.WebApiCompatShim/src"
path: "src/Microsoft.AspNetCore.Mvc.WebApiCompatShim"

0 comments on commit 056025b

Please sign in to comment.