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 283ad5e commit 3ab3792Copy full SHA for 3ab3792
src/dbup-postgresql/dbup-postgresql.csproj
@@ -6,7 +6,7 @@
6
<Company>DbUp Contributors</Company>
7
<Product>DbUp</Product>
8
<Copyright>Copyright © DbUp Contributors 2015</Copyright>
9
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
10
<AssemblyName>dbup-postgresql</AssemblyName>
11
<RootNamespace>DbUp.Postgresql</RootNamespace>
12
<PackageId>dbup-postgresql</PackageId>
@@ -24,7 +24,7 @@
24
25
<ItemGroup>
26
<PackageReference Include="dbup-core" Version="6.0.4" />
27
- <PackageReference Include="Npgsql" Version="8.0.3" />
+ <PackageReference Include="Npgsql" Version="9.0.2" />
28
</ItemGroup>
29
30
0 commit comments