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 15898b8 commit 81f7eefCopy full SHA for 81f7eef
src/NHibernate.Test/NHibernate.Test.csproj
@@ -6,6 +6,8 @@
6
<IsTestProject>true</IsTestProject>
7
<NoWarn>$(NoWarn);3001;3002;3003;3005;SYSLIB0003;SYSLIB0012</NoWarn>
8
<ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles>
9
+ <!-- IBM.Data.Db2 is built for AMD64 -->
10
+ <ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
11
</PropertyGroup>
12
<PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'">
13
<OutputType>Exe</OutputType>
0 commit comments