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:
Pranav K 2021-08-16 11:01:09 -07:00 коммит произвёл GitHub
Родитель 0281253981
Коммит 591fe4d580
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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>