Skip to content

Commit a470618

Browse files
authored
Update main.yml
1 parent b5d6614 commit a470618

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
dotnet-version: '3.1.x'
4040
- uses: actions/setup-dotnet@v1
4141
with:
42-
dotnet-version: '5.0.100-rc.1.20452.10'
42+
dotnet-version: '5.0.x'
4343

4444
- name: Building library in release mode
4545
run: dotnet build -c Release -p:ContinuousIntegrationBuild=true
@@ -58,7 +58,7 @@ jobs:
5858
dotnet-version: '3.1.x'
5959
- uses: actions/setup-dotnet@v1
6060
with:
61-
dotnet-version: '5.0.100-rc.1.20452.10'
61+
dotnet-version: '5.0.x'
6262

6363
- name: Running unit tests
6464
run: |
@@ -99,7 +99,7 @@ jobs:
9999
dotnet-version: '3.1.x'
100100
- uses: actions/setup-dotnet@v1
101101
with:
102-
dotnet-version: '5.0.100-rc.1.20452.10'
102+
dotnet-version: '5.0.x'
103103

104104
- name: Creating library package
105105
run: |
@@ -140,7 +140,7 @@ jobs:
140140
dotnet-version: '3.1.x'
141141
- uses: actions/setup-dotnet@v1
142142
with:
143-
dotnet-version: '5.0.100-rc.1.20452.10'
143+
dotnet-version: '5.0.x'
144144

145145
- name: Install dotnet-sonarscanner
146146
run: dotnet tool install --global dotnet-sonarscanner
@@ -173,7 +173,7 @@ jobs:
173173
dotnet-version: '3.1.x'
174174
- uses: actions/setup-dotnet@v1
175175
with:
176-
dotnet-version: '5.0.100-rc.1.20452.10'
176+
dotnet-version: '5.0.x'
177177

178178
- name: Initialize CodeQL
179179
uses: github/codeql-action/init@v1
@@ -219,7 +219,7 @@ jobs:
219219
dotnet-version: '3.1.x'
220220
- uses: actions/setup-dotnet@v1
221221
with:
222-
dotnet-version: '5.0.100-rc.1.20452.10'
222+
dotnet-version: '5.0.x'
223223

224224
- name: Creating library package for pre-release
225225
if: github.event_name != 'release'

0 commit comments

Comments
 (0)