File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ TestResult.xml
16
16
.DS_Store
17
17
18
18
.idea /
19
- .vs /
19
+ .vs /
20
+ /build-common /NHibernate.dev.props
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<Import Project =" DotNetSdkMono.props" />
3
+ <Import Condition =" Exists('NHibernate.dev.props')" Project =" NHibernate.dev.props" />
4
+
3
5
<PropertyGroup >
4
6
<VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
5
7
<VersionMinor Condition =" '$(VersionMinor)' == ''" >2</VersionMinor >
10
12
<AssemblyVersion >$(VersionMajor).$(VersionMinor).0.0</AssemblyVersion >
11
13
<FileVersion >$(VersionPrefix).0</FileVersion >
12
14
13
- <NhAppTargetFrameworks >net461;netcoreapp2.0</NhAppTargetFrameworks >
14
- <NhLibTargetFrameworks >net461;netcoreapp2.0;netstandard2.0</NhLibTargetFrameworks >
15
+ <NhAppTargetFrameworks Condition = " $(NhAppTargetFrameworks) == '' " >net461;netcoreapp2.0</NhAppTargetFrameworks >
16
+ <NhLibTargetFrameworks Condition = " $(NhLibTargetFrameworks) == '' " >net461;netcoreapp2.0;netstandard2.0</NhLibTargetFrameworks >
15
17
16
18
<Product >NHibernate</Product >
17
19
<Company >NHibernate.info</Company >
You can’t perform that action at this time.
0 commit comments