update settings to avoid package lock churn
This commit is contained in:
parent
bb7ab319c8
commit
e7eb1097fa
7 changed files with 30 additions and 40 deletions
2
.github/workflows/nuget-release.yml
vendored
2
.github/workflows/nuget-release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/performance-benchmarks.yml
vendored
2
.github/workflows/performance-benchmarks.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue