Skip to content

Commit

Permalink
Remove LangVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm authored Jul 7, 2021
1 parent 417823c commit 38bcb5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/RazorSdk/Targets/Sdk.Razor.CurrentVersion.targets
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ Copyright (c) .NET Foundation. All rights reserved.
<_TargetingNET50OrLater>true</_TargetingNET50OrLater>
<_TargetingNET60OrLater>true</_TargetingNET60OrLater>
<UseRazorSourceGenerator Condition="'$(UseRazorSourceGenerator)' == '' ">true</UseRazorSourceGenerator>
<!-- Required to support incremental source generator -->
<LangVersion Condition="'$(UseRazorSourceGenerator)' != '' ">preview</LangVersion>
<RazorLangVersion Condition="'$(RazorLangVersion)' == '' ">5.0</RazorLangVersion>
</PropertyGroup>
</When>
Expand Down

0 comments on commit 38bcb5b

Please sign in to comment.