From 85e9f92370327ec6374f1d4a99b88feef04399ae Mon Sep 17 00:00:00 2001 From: Philippe Matray Date: Sat, 25 Jul 2026 15:12:58 +0200 Subject: [PATCH 1/2] chore: target net10.0 only --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index e4f983c..286b714 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - net9.0;net10.0 + net10.0 enable enable 13 From 2763af758316347e34516d41da01e9ec62213d85 Mon Sep 17 00:00:00 2001 From: Philippe Matray Date: Sat, 25 Jul 2026 15:17:32 +0200 Subject: [PATCH 2/2] ci: run on the actual default branch (dev) instead of a branch that does not exist --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f2a396..2f8abb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,8 @@ name: CI on: push: - branches: [develop] + branches: [dev] pull_request: - branches: [develop] workflow_dispatch: jobs: build-and-test: