WIP on .NET 9 support

This commit is contained in:
Daniel J. Summers 2024-11-23 18:09:34 -05:00
parent 740767661c
commit 3db537f14e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net8.0;net9.0</TargetFrameworks>
<DebugType>embedded</DebugType>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyVersion>4.0.0.0</AssemblyVersion>

View File

@ -8,7 +8,7 @@ cd ./Tests || exit
export BBDOX_PG_PORT=8301
PG_VERSIONS=('12' '13' '14' '15' 'latest')
NET_VERSIONS=('6.0' '8.0')
NET_VERSIONS=('6.0' '8.0' '9.0')
for PG_VERSION in "${PG_VERSIONS[@]}"
do