File tree 2 files changed +3
-3
lines changed
by-language/csharp-npgsql
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
matrix :
44
44
os : [ 'ubuntu-latest' ]
45
45
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' ]
47
47
cratedb-version : [ 'nightly' ]
48
48
49
49
# https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFrameworks >netcoreapp3.1;net48;net5.0; net6.0;net7 .0</TargetFrameworks >
5
+ <TargetFrameworks >net6.0;net8 .0</TargetFrameworks >
6
6
<IsPackable >false</IsPackable >
7
7
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
8
8
<GenerateProgramFile >false</GenerateProgramFile >
9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Npgsql" Version =" 8 .0.6 " />
12
+ <PackageReference Include =" Npgsql" Version =" 9 .0.1 " />
13
13
<PackageReference Include =" CommandLineParser" Version =" 2.9.1" />
14
14
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
15
15
<PackageReference Include =" xunit" Version =" 2.9.2" />
You can’t perform that action at this time.
0 commit comments