Skip to content
代码片段 群组 项目
未验证 提交 591fe4d5 编辑于 作者: Pranav K's avatar Pranav K 提交者: GitHub
浏览文件

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
上级 02812539
无相关合并请求
...@@ -37,8 +37,4 @@ ...@@ -37,8 +37,4 @@
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup> </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> </Project>
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册