Skip to content

Commit 5dff641

Browse files
committed
Npgsql: Add version 9.0.1
1 parent 24555fb commit 5dff641

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lang-npgsql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
os: [ 'ubuntu-latest' ]
4545
dotnet-version: [ '7.0.x', '8.0.x', '9.0.x' ]
46-
npgsql-version: [ '7.0.9', '8.0.6' ]
46+
npgsql-version: [ '7.0.9', '8.0.6', '9.0.1' ]
4747
cratedb-version: [ 'nightly' ]
4848

4949
# https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers

by-language/csharp-npgsql/demo.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>netcoreapp3.1;net48;net5.0;net6.0;net7.0</TargetFrameworks>
5+
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
66
<IsPackable>false</IsPackable>
77
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
88
<GenerateProgramFile>false</GenerateProgramFile>
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Npgsql" Version="8.0.6" />
12+
<PackageReference Include="Npgsql" Version="9.0.1" />
1313
<PackageReference Include="CommandLineParser" Version="2.9.1" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1515
<PackageReference Include="xunit" Version="2.9.2" />

0 commit comments

Comments
 (0)