Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit d5d6313

Browse files
Rodrigo Moyarodrmoya
authored andcommitted
[AspNetCore] Update ASP.NET Core file nesting rules
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/938197
1 parent 23f5029 commit d5d6313

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

main/src/addins/MonoDevelop.AspNetCore/MonoDevelop.AspNetCore.Tests/MonoDevelop.AspNetCore.Tests/AspNetCoreProjectTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public async Task AspNetCore_FileNesting ()
8484
files.Add (("template.cs", "template.tt"));
8585
files.Add (("template.doc", "template.tt"));
8686
files.Add ((".bowerrc", "bower.json"));
87+
files.Add (("package-lock.json", "package.json"));
8788

8889
var project = sol.GetAllProjectsWithFlavor<AspNetCoreProjectExtension> ().FirstOrDefault ();
8990

main/src/addins/MonoDevelop.AspNetCore/Resources/AspNetCore.filenesting.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
],
8585
".yarnrc": [
8686
"package.json"
87+
],
88+
"package-lock.json": [
89+
"package.json"
8790
]
8891
}
8992
},

0 commit comments

Comments
 (0)