We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8a094 commit acc1d0aCopy full SHA for acc1d0a
2 files changed
.github/workflows/build-and-test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET
19
uses: actions/setup-dotnet@v3
20
with:
21
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
22
- name: Restore dependencies
23
run: dotnet restore ./Code/Light.GuardClauses.AllProjects.sln
24
- name: Build Analyzer
.github/workflows/release-on-nuget.yml
@@ -8,7 +8,7 @@ on:
8
dotnetVersion:
9
description: "The version of .NET to use"
10
required: false
11
- default: "7.0.x"
+ default: "8.0.x"
12
13
jobs:
14
release-to-nuget:
@@ -20,7 +20,7 @@ jobs:
- dotnet-version: ${{ github.event.inputs.dotnetVersion || '7.0.x' }}
+ dotnet-version: ${{ github.event.inputs.dotnetVersion || '8.0.x' }}
- name: Prepare SNK file
25
env:
26
LIGHT_GUARDCLAUSES_SNK: ${{ secrets.LIGHT_GUARDCLAUSES_SNK }}
0 commit comments