diff --git a/examples/helix-basic-aspnetcore/Directory.Build.targets b/examples/helix-basic-aspnetcore/Directory.Build.targets index 2a8600cb..cb7262da 100644 --- a/examples/helix-basic-aspnetcore/Directory.Build.targets +++ b/examples/helix-basic-aspnetcore/Directory.Build.targets @@ -4,10 +4,11 @@ Workaround for 'dotnet watch' issue with referenced MVC projects. https://github.com/dotnet/aspnetcore/issues/22219 --> - + - - + <_WatchRelativePath Include="@(Watch)" Condition="'%(Identity)' != '%(Watch.FullPath)'" /> + + \ No newline at end of file