зеркало из https://github.com/dotnet/aspnetcore.git
Enable RazorSourceGenerator all the time (#35391)
Now that 17.0 p3 is public, we could require it and make the source generator default. The rc1 SDK we use already requires new compiler features
This commit is contained in:
Родитель
0281253981
Коммит
591fe4d580
|
@ -37,8 +37,4 @@
|
|||
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Turn off RazorSourceGenerator in VS until we're ready to make VS 17.0 a pre-req for this repo -->
|
||||
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' == 'true'">
|
||||
<UseRazorSourceGenerator>false</UseRazorSourceGenerator>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче