Skip to content

Commit d025e59

Browse files
authored
Merge pull request #46170 from paul1956/VB16Default_Fix46157
Fix #46157
2 parents d633dfb + 5497367 commit d025e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/targets/Settings.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<!-- VB specific settings -->
171171
<When Condition="'$(Language)' == 'VB'">
172172
<PropertyGroup>
173-
<LangVersion>15.5</LangVersion>
173+
<LangVersion>16</LangVersion>
174174
<NoWarn>$(NoWarn);40057</NoWarn>
175175
<VBRuntime>Embed</VBRuntime>
176176
</PropertyGroup>

0 commit comments

Comments
 (0)