Skip to content

Commit

Permalink
Don't set VB LangVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilchie committed Jan 17, 2018
1 parent 59961f4 commit 94e4ec1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<!-- The default is Embed -->
<VBRuntime>Default</VBRuntime>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<LangVersion>15.5</LangVersion>

<!-- This doesn't work in WPF projects (during their `tmp_proj` build). -->
<!-- <LangVersion>15.5</LangVersion> -->
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 94e4ec1

Please sign in to comment.