Skip to content

Commit

Permalink
Use C# 7.2 and VB 15.5 in this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilchie committed Jan 17, 2018
1 parent f036592 commit d70ecd7
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 @@ -12,12 +12,14 @@

<PropertyGroup Condition="'$(Language)' == 'C#'">
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<LangVersion>7.2</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Language)' == 'VB'">
<!-- The default is Embed -->
<VBRuntime>Default</VBRuntime>
<RemoveIntegerChecks>true</RemoveIntegerChecks>
<LangVersion>15.5</LangVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down Expand Up @@ -45,4 +47,4 @@
<SuppressFromVsix Include="Microsoft.VisualStudio.DataTools.Interop.dll"/>
<SuppressFromVsix Include="Microsoft.VisualStudio.XmlEditor.dll"/>
</ItemGroup>
</Project>
</Project>

0 comments on commit d70ecd7

Please sign in to comment.