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>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
|
|
||||||
|
<!-- Temporary workaround for a VS build issue -->
|
||||||
|
<BlazorRebuildOnFileChange>false</BlazorRebuildOnFileChange>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,9 @@
|
||||||
https://dotnet.myget.org/f/blazor-dev/api/v3/index.json;
|
https://dotnet.myget.org/f/blazor-dev/api/v3/index.json;
|
||||||
</RestoreSources>
|
</RestoreSources>
|
||||||
<LangVersion>7.3</LangVersion>
|
<LangVersion>7.3</LangVersion>
|
||||||
|
|
||||||
|
<!-- Temporary workaround for a VS build issue -->
|
||||||
|
<BlazorRebuildOnFileChange>false</BlazorRebuildOnFileChange>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue