Skip to content

Commit 51882a5

Browse files
committed
🎨 LangVersion preview
1 parent 8ef0951 commit 51882a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Sdk/Global.Base.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<!-- 👇 全局属性 -->
55
<PropertyGroup>
66
<Deterministic>true</Deterministic>
7-
<LangVersion>latest</LangVersion>
7+
<!--<LangVersion>latest</LangVersion>-->
8+
<LangVersion>preview</LangVersion>
89
<Nullable>enable</Nullable>
910
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
1011
<UseArtifactsOutput Condition="!Exists('$(MSBuildThisFileDirectory)..\..\..\.nupkg.metadata')">true</UseArtifactsOutput>

0 commit comments

Comments
 (0)