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 9756e30 commit b2ab39aCopy full SHA for b2ab39a
build-common/NHibernate.props
@@ -6,6 +6,7 @@
6
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
7
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
8
<VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix>
9
+ <LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion>
10
11
<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>
12
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix).$(BuildNumber)</VersionSuffix>
0 commit comments