Skip to content

Commit d33e6a9

Browse files
Use latest instead of preview to avoid build errors.
1 parent 67fd9de commit d33e6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<PropertyGroup Condition="$(SIXLABORS_TESTING_PREVIEW) == true">
2525
<!-- Workaround various issues bound to implicit language features. -->
26-
<LangVersion>preview</LangVersion>
26+
<LangVersion>latest</LangVersion>
2727
</PropertyGroup>
2828

2929
<!--

0 commit comments

Comments
 (0)