We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6511ece commit ddd6467Copy full SHA for ddd6467
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
strategy:
72
fail-fast: false
73
matrix:
74
- dotnet: [ '3.1.301' ]
+ dotnet: [ '3.1.x' ]
75
env:
76
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
77
DOTNET_CLI_TELEMETRY_OPTOUT: 1
@@ -100,7 +100,7 @@ jobs:
100
restore-keys: |
101
${{ runner.os }}-nuget-
102
- name: Setup dotnet
103
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v4
104
with:
105
dotnet-version: ${{ matrix.dotnet }}
106
- name: Build
.github/workflows/codeql.yml
@@ -88,7 +88,7 @@ jobs:
88
89
90
language: [ 'csharp' ]
91
92
93
94
0 commit comments