dotnet-watch

This commit is contained in:
Pranav K 2019-06-01 08:13:42 -07:00
parent 7a66d5a02f
commit 807cbf5dd3
No known key found for this signature in database
GPG Key ID: 1963DA6D96C3057A
1 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,7 @@
<!-- Prevent VS from restarting the application when cshtml files change since this package handles it -->
<RazorUpToDateReloadFileTypes>$(RazorUpToDateReloadFileTypes.Replace('.cshtml', ''))</RazorUpToDateReloadFileTypes>
<AddCshtmlFilesToDotNetWatchList>false</AddCshtmlFilesToDotNetWatchList>
</PropertyGroup>
</Project>