|
8 | 8 | <ContentSQLiteInteropFiles>true</ContentSQLiteInteropFiles> |
9 | 9 | <EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization> |
10 | 10 | </PropertyGroup> |
| 11 | + <PropertyGroup> |
| 12 | + <SignAssembly>true</SignAssembly> |
| 13 | + <AssemblyOriginatorKeyFile>..\NHibernate.snk</AssemblyOriginatorKeyFile> |
| 14 | + </PropertyGroup> |
11 | 15 | <PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'"> |
12 | 16 | <OutputType>Exe</OutputType> |
13 | 17 | <GenerateProgramFile>false</GenerateProgramFile> |
|
49 | 53 | <Compile Remove="**\NHSpecificTest\NH2188\**" /> |
50 | 54 | <Compile Remove="**\NHSpecificTest\NH3121\**" /> |
51 | 55 | </ItemGroup> |
52 | | - <ItemGroup> |
53 | | - <Compile Include="..\NHibernate\Hql\Ast\ANTLR\CaseInsensitiveStringStream.cs"> |
54 | | - <Link>Hql\Parser\CaseInsensitiveStringStream.cs</Link> |
55 | | - </Compile> |
56 | | - <Compile Include="..\NHibernate\Util\AsyncReaderWriterLock.cs"> |
57 | | - <Link>UtilityTest\AsyncReaderWriterLock.cs</Link> |
58 | | - </Compile> |
59 | | - <Compile Include="..\NHibernate\Util\LinkHashMap.cs" Link="UtilityTest\LinkHashMap.cs" /> |
60 | | - <Compile Include="..\NHibernate\Collection\Generic\SetHelpers\SetSnapShot.cs"> |
61 | | - <Link>UtilityTest\SetSnapShot.cs</Link> |
62 | | - </Compile> |
63 | | - </ItemGroup> |
64 | 56 | <ItemGroup> |
65 | 57 | <PackageReference Include="log4net" Version="3.0.2" /> |
66 | 58 | <PackageReference Include="Microsoft.AspNetCore.OData" Version="7.7.0" /> |
|
91 | 83 | <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" /> |
92 | 84 | <PackageReference Include="System.CodeDom" Version="4.7.0" /> |
93 | 85 | <PackageReference Include="System.Data.SqlClient" Version="4.8.6" /> |
94 | | - <PackageReference Include="System.Data.OracleClient" Version="1.0.8" /> |
| 86 | + <PackageReference Include="System.Data.OracleClient" Version="1.0.8"> |
| 87 | + <ExcludeAssets>compile</ExcludeAssets> |
| 88 | + </PackageReference> |
95 | 89 | <PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.140" /> |
96 | 90 | <PackageReference Include="System.Data.Odbc" Version="4.7.0" /> |
97 | 91 | <PackageReference Include="System.Net.NameResolution" Version="4.3.0" /> |
|
0 commit comments