Skip to content

Commit

Permalink
chore: Set LangVersion to latest, if not preview (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Dec 17, 2024
1 parent 52a2c7f commit aef5439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetEvolve.Defaults/build/SupportGeneral.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>$(MSBuildProjectName)</RootNamespace>
<AssemblyName>$(MSBuildProjectName)</AssemblyName>

<LangVersion>latest</LangVersion>
<LangVersion Condition=" '$(LangVersion)' != 'preview' ">latest</LangVersion>
<WarningLevel>9999</WarningLevel>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit aef5439

Please sign in to comment.