Skip to content

Commit

Permalink
Merge pull request #3 from MNie/feature/2/add_watch
Browse files Browse the repository at this point in the history
#2 add support to dotnet watch
  • Loading branch information
MNie authored Apr 24, 2017
2 parents 288341b + f3c22c5 commit 2600bac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* run command `dotnet new -i PATH*`, where *PATH* is a path to a folder where project is located
* create new project executing `dotnet new webapi -lang F# -n PROJECT_NAME -o FOLDER_NAME`
* `dotnet restore`
* `dotnet run`
* `dotnet run` or `dotnet watch run`

# How it works?
![Works like this](http://i.imgur.com/NoMYhLh.gif)
Expand Down
3 changes: 3 additions & 0 deletions webapifsharp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="1.1.1" />
</ItemGroup>

<ItemGroup>
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
</ItemGroup>
</Project>

0 comments on commit 2600bac

Please sign in to comment.