We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58bf4d commit 5af6634Copy full SHA for 5af6634
build-common/NHibernate.props
@@ -6,7 +6,7 @@
6
<VersionPatch Condition="'$(VersionPatch)' == ''">2</VersionPatch>
7
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
8
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
9
- <LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion>
+ <LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">10.0</LangVersion>
10
11
<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>
12
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix).$(BuildNumber)</VersionSuffix>
0 commit comments