Skip to content

Commit 01d5c90

Browse files
Include Microsoft.DotNet.Watcher.Tools in templates. Fixes aspnet#157
1 parent 8b51368 commit 01d5c90

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

templates/Angular2Spa/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"portable-net45+win8+dnxcore50",
5757
"portable-net45+win8"
5858
]
59-
}
59+
},
60+
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
6061
},
6162

6263
"frameworks": {

templates/KnockoutSpa/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"portable-net45+win8+dnxcore50",
5757
"portable-net45+win8"
5858
]
59-
}
59+
},
60+
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
6061
},
6162

6263
"frameworks": {

templates/ReactReduxSpa/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"portable-net45+win8+dnxcore50",
5757
"portable-net45+win8"
5858
]
59-
}
59+
},
60+
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
6061
},
6162

6263
"frameworks": {

templates/ReactSpa/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"portable-net45+win8+dnxcore50",
5757
"portable-net45+win8"
5858
]
59-
}
59+
},
60+
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
6061
},
6162

6263
"frameworks": {

0 commit comments

Comments
 (0)