diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 0dca7a457..b9be51014 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -15,6 +15,10 @@ on:
- '**.csproj'
- '**.runsettings'
+concurrency:
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ cancel-in-progress: true
+
env:
DOTNET_VERSION: '10.0.x' # The .NET SDK version to use
diff --git a/lib/PuppeteerSharp/PuppeteerSharp.csproj b/lib/PuppeteerSharp/PuppeteerSharp.csproj
index aa278fea4..ece6c7cac 100644
--- a/lib/PuppeteerSharp/PuppeteerSharp.csproj
+++ b/lib/PuppeteerSharp/PuppeteerSharp.csproj
@@ -12,10 +12,10 @@
Headless Browser .NET API
PuppeteerSharp
- 25.9.0
- 25.9.0
- 25.9.0
- 25.9.0
+ 25.10.0
+ 25.10.0
+ 25.10.0
+ 25.10.0
false
false
embedded