Skip to content

Commit

Permalink
update dependencies to net8
Browse files Browse the repository at this point in the history
Use testcontainers
Fix jsonb support works with EnableDynamicJson
  • Loading branch information
rfrerebe-stx committed Dec 7, 2024
1 parent deb8887 commit 0734e5c
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 182 deletions.
2 changes: 1 addition & 1 deletion build/Build.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/Npgsql.FSharp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<PackageIconUrl></PackageIconUrl>
<PackageTags>fsharp;postgres;sql;ngpsql</PackageTags>
<Authors>Zaid Ajaj</Authors>
<Version>5.7.0</Version>
<TargetFramework>net6.0</TargetFramework>
<Version>8.0.0</Version>
<TargetFramework>net8.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>
Expand All @@ -20,9 +20,9 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Update="FSharp.Core" Version="6.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Npgsql" Version="8.0.6" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
<ItemGroup>
<Compile Include="Common.fs" />
Expand Down
Loading

0 comments on commit 0734e5c

Please sign in to comment.