replaced backslashes with common slashes
This commit is contained in:
parent
e37e22aa27
commit
d6d7a5b1c5
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue