File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed
NHibernate.Test.VisualBasic
NHibernate.TestDatabaseSetup Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 192
192
applyChanges : true
193
193
suppressDiagnosticFailures :
194
194
- pattern : ^.*(Hql\.g).*$
195
+ - pattern : IBM.Data.Db2.dll
195
196
analyzation :
196
197
methodConversion :
197
198
- conversion : Ignore
Original file line number Diff line number Diff line change 5
5
<TargetFrameworks >$(NhAppTargetFrameworks)</TargetFrameworks >
6
6
<IsTestProject >true</IsTestProject >
7
7
<NoWarn >$(NoWarn);3001;3002;3003;3005</NoWarn >
8
- <!-- IBM.Data.Db2 is built for AMD64 -->
9
- <ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch >None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch >
10
8
<OptionExplicit >On</OptionExplicit >
11
9
<OptionStrict >On</OptionStrict >
12
10
</PropertyGroup >
Original file line number Diff line number Diff line change 6
6
<IsTestProject >true</IsTestProject >
7
7
<NoWarn >$(NoWarn);3001;3002;3003;3005;SYSLIB0003;SYSLIB0012</NoWarn >
8
8
<ContentSQLiteInteropFiles >true</ContentSQLiteInteropFiles >
9
- <!-- IBM.Data.Db2 is built for AMD64 -->
10
- <ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch >None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch >
11
9
</PropertyGroup >
12
10
<PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
13
11
<OutputType >Exe</OutputType >
87
85
<PackageReference Include =" System.Data.OracleClient" Version =" 1.0.8" />
88
86
<PackageReference Include =" Net.IBM.Data.DB2" Version =" 7.0.0.200" Condition =" $([MSBuild]::IsOSPlatform('Windows'))" />
89
87
<PackageReference Include =" Net.IBM.Data.DB2-lnx" Version =" 7.0.0.200" Condition =" $([MSBuild]::IsOSPlatform('Linux'))" />
90
- <PackageReference Include =" Net.IBM.Data.DB2-osx" Version =" 7.0.0.200" Condition =" $([MSBuild]::IsOSPlatform('OSX'))" />
88
+ <PackageReference Include =" Net.IBM.Data.DB2-osx" Version =" 7.0.0.200" Condition =" $([MSBuild]::IsOSPlatform('OSX'))" />
91
89
<PackageReference Include =" Oracle.ManagedDataAccess.Core" Version =" 3.21.61" />
92
90
<PackageReference Include =" System.Data.Odbc" Version =" 4.7.0" />
93
91
<PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
Original file line number Diff line number Diff line change 6
6
<TargetFrameworks >$(NhAppTargetFrameworks)</TargetFrameworks >
7
7
<IsTestProject >true</IsTestProject >
8
8
<NoWarn >$(NoWarn);3001;3002;3003;3005</NoWarn >
9
- <!-- IBM.Data.Db2 is built for AMD64 -->
10
- <ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch >None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch >
11
9
</PropertyGroup >
12
10
<PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
13
11
<OutputType >Exe</OutputType >
You can’t perform that action at this time.
0 commit comments