Fix for blazor.config issue reported in #376

This commit is contained in:
Steve Sanderson 2018-07-23 13:30:50 -07:00
parent 0062ce2563
commit d3f74b9f43
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<_BlazorConfigPath>$(OutDir)$(AssemblyName).blazor.config</_BlazorConfigPath>
</PropertyGroup>
<WriteLinesToFile File="$(_BlazorConfigPath)" Lines="." Overwrite="true" />
<WriteLinesToFile File="$(_BlazorConfigPath)" Lines="$(AssemblyName)\" Overwrite="false" />
<WriteLinesToFile File="$(_BlazorConfigPath)" Lines="$(AssemblyName)/" Overwrite="false" />
</Target>
<!-- The following target runs only for standalone publishing -->