Skip to content

Commit d551d48

Browse files
committed
updated workflow .net5 version
1 parent 765635d commit d551d48

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
dotnet-version: '3.1.x'
3636
- uses: actions/setup-dotnet@v1
3737
with:
38-
dotnet-version: '5.0.100-rc.1.20452.10'
38+
dotnet-version: '5.0.100-rc.2.20479.15'
3939

4040
- name: Building library
4141
run: dotnet build /p:PublicRelease=true

.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.100-rc.2.20479.15'
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.100-rc.2.20479.15'
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.100-rc.2.20479.15'
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.100-rc.2.20479.15'
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.100-rc.2.20479.15'
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.100-rc.2.20479.15'
223223

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

0 commit comments

Comments
 (0)