Skip to content

Commit 591fe4d

Browse files
authored
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
1 parent 0281253 commit 591fe4d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eng/Workarounds.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,4 @@
3737
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
3838
</PropertyGroup>
3939

40-
<!-- Turn off RazorSourceGenerator in VS until we're ready to make VS 17.0 a pre-req for this repo -->
41-
<PropertyGroup Condition="'$(BuildingInsideVisualStudio)' == 'true'">
42-
<UseRazorSourceGenerator>false</UseRazorSourceGenerator>
43-
</PropertyGroup>
4440
</Project>

0 commit comments

Comments
 (0)