Disable autorebuild in hosted projects due to VS 15.7pre5+ issue
This commit is contained in:
parent
6a28aa99c6
commit
b4e70e72a0
|
|
@ -3,6 +3,9 @@
|
|||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<OutputType>Exe</OutputType>
|
||||
|
||||
<!-- Temporary workaround for a VS build issue -->
|
||||
<BlazorRebuildOnFileChange>false</BlazorRebuildOnFileChange>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue