Fixed BlazorBuildToolsExe path to remove backslash in path, (missed in PR #43)

This commit is contained in:
Mark Gaze 2018-02-07 15:04:00 +00:00 committed by Steve Sanderson
parent 5a4bc2e6d6
commit 89796cae2c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<BlazorBuildToolsExe>dotnet &quot;$(MSBuildThisFileDirectory)tools\Microsoft.AspNetCore.Blazor.BuildTools.dll&quot;</BlazorBuildToolsExe> <BlazorBuildToolsExe>dotnet &quot;$(MSBuildThisFileDirectory)tools/Microsoft.AspNetCore.Blazor.BuildTools.dll&quot;</BlazorBuildToolsExe>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>