update settings to avoid package lock churn

This commit is contained in:
Adam Hathcock
2026-05-29 10:07:10 +01:00
parent bb7ab319c8
commit e7eb1097fa
7 changed files with 30 additions and 40 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.x
global-json-file: global.json
# Determine version using C# build target
- name: Determine Version

View File

@@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.x
global-json-file: global.json
- name: Build Performance Project
run: dotnet build tests/SharpCompress.Performance/SharpCompress.Performance.csproj --configuration Release