Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 01d5c90

Browse files
Include Microsoft.DotNet.Watcher.Tools in templates. Fixes #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

+2-1
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

+2-1
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

+2-1
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

+2-1
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)