Merge branch 'release/3.0-preview5' => 'master'

This commit is contained in:
Nate McMaster 2019-04-23 07:56:08 -07:00 committed by GitHub
commit 9393ddbfa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
<PropertyGroup>
<_BlazorDevServerDll>$(MSBuildThisFileDirectory)../tools/blazor-devserver.dll</_BlazorDevServerDll>
<RunCommand>dotnet</RunCommand>
<RunArguments>$(_BlazorDevServerDll) serve</RunArguments>
<RunArguments>&quot;$(_BlazorDevServerDll)&quot; serve</RunArguments>
</PropertyGroup>
</Project>