Skip to content

Commit 72ad631

Browse files
committed
Setup dotnet-watch.json
1 parent 71e71a6 commit 72ad631

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

dotnet-watch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"watch": {
3+
"extensions": [
4+
".cs",
5+
".razor",
6+
".csproj"
7+
],
8+
"include": [
9+
"**/*.csproj"
10+
],
11+
"runOnChanges": {
12+
"**/*.csproj": "restart"
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)