Skip to content

Commit

Permalink
Npgsql: Remove testing on .NET 8.x
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
amotl committed Feb 11, 2025
1 parent c65a8ea commit 03154f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lang-npgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-22.04' ]
dotnet-version: [ '8.0.x', '9.0.x' ]
dotnet-version: [ '9.0.x' ]
npgsql-version: [ '8.0.6', '9.0.2' ]
cratedb-version: [ 'nightly' ]

Expand Down

0 comments on commit 03154f1

Please sign in to comment.