replaced backslashes with common slashes

This commit is contained in:
Dmitry Dizhevskiy 2018-02-07 20:20:24 +02:00 committed by Steve Sanderson
parent e37e22aa27
commit d6d7a5b1c5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
<!-- Local alternative to <RunArguments>blazor serve</RunArguments> -->
<RunArguments>run --project ..\..\src\Microsoft.AspNetCore.Blazor.DevHost serve</RunArguments>
<RunArguments>run --project ../../src/Microsoft.AspNetCore.Blazor.DevHost serve</RunArguments>
</PropertyGroup>
<ItemGroup>