We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef0951 commit 51882a5Copy full SHA for 51882a5
src/Sdk/Global.Base.props
@@ -4,7 +4,8 @@
4
<!-- 👇 全局属性 -->
5
<PropertyGroup>
6
<Deterministic>true</Deterministic>
7
- <LangVersion>latest</LangVersion>
+ <!--<LangVersion>latest</LangVersion>-->
8
+ <LangVersion>preview</LangVersion>
9
<Nullable>enable</Nullable>
10
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
11
<UseArtifactsOutput Condition="!Exists('$(MSBuildThisFileDirectory)..\..\..\.nupkg.metadata')">true</UseArtifactsOutput>
0 commit comments