Skip to content

Commit 03154f1

Browse files
committed
Npgsql: Remove testing on .NET 8.x
Error: /usr/share/dotnet/sdk/9.0.102/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(266,5): error NETSDK1005: Assets file '/home/runner/work/cratedb-examples/cratedb-examples/by-language/csharp-npgsql/obj/project.assets.json' doesn't have a target for 'net8.0'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project. [/home/runner/work/cratedb-examples/cratedb-examples/by-language/csharp-npgsql/demo.csproj]
1 parent c65a8ea commit 03154f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lang-npgsql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
os: [ 'ubuntu-22.04' ]
45-
dotnet-version: [ '8.0.x', '9.0.x' ]
45+
dotnet-version: [ '9.0.x' ]
4646
npgsql-version: [ '8.0.6', '9.0.2' ]
4747
cratedb-version: [ 'nightly' ]
4848

0 commit comments

Comments
 (0)