Disable autorebuild in hosted projects due to VS 15.7pre5+ issue

This commit is contained in:
Steve Sanderson 2018-05-02 18:34:16 +01:00
parent 6a28aa99c6
commit b4e70e72a0
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Exe</OutputType>
<!-- Temporary workaround for a VS build issue -->
<BlazorRebuildOnFileChange>false</BlazorRebuildOnFileChange>
</PropertyGroup>
<ItemGroup>

View File

@ -9,6 +9,9 @@
https://dotnet.myget.org/f/blazor-dev/api/v3/index.json;
</RestoreSources>
<LangVersion>7.3</LangVersion>
<!-- Temporary workaround for a VS build issue -->
<BlazorRebuildOnFileChange>false</BlazorRebuildOnFileChange>
</PropertyGroup>
<ItemGroup>