Skip to content

Commit e31cffd

Browse files
authored
Update dotnet version to 5.0.405 (#53)
Signed-off-by: MaxKsyunz <[email protected]>
1 parent af94d0c commit e31cffd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-dotnet@v1
1212
with:
13-
dotnet-version: '5.0.100'
13+
dotnet-version: '5.0.405'
1414
- uses: actions/cache@v2
1515
with:
1616
path: ~/.nuget/packages

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v2
4444
- uses: actions/setup-dotnet@v1
4545
with:
46-
dotnet-version: '5.0.100'
46+
dotnet-version: '5.0.405'
4747
- uses: actions/cache@v2
4848
with:
4949
path: ~/.nuget/packages
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@v2
7777
- uses: actions/setup-dotnet@v1
7878
with:
79-
dotnet-version: '5.0.100'
79+
dotnet-version: '5.0.405'
8080
- uses: actions/cache@v2
8181
with:
8282
path: ~/.nuget/packages

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-dotnet@v1
1414
with:
15-
dotnet-version: '5.0.100'
15+
dotnet-version: '5.0.405'
1616
- uses: actions/cache@v2
1717
with:
1818
path: ~/.nuget/packages

.github/workflows/test-jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v2
2727
- uses: actions/setup-dotnet@v1
2828
with:
29-
dotnet-version: '5.0.100'
29+
dotnet-version: '5.0.405'
3030
- uses: actions/cache@v2
3131
with:
3232
path: ~/.nuget/packages
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@v2
6767
- uses: actions/setup-dotnet@v1
6868
with:
69-
dotnet-version: '5.0.100'
69+
dotnet-version: '5.0.405'
7070
- uses: actions/cache@v2
7171
with:
7272
path: ~/.nuget/packages

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.100",
3+
"version": "5.0.405",
44
"rollForward": "latestFeature",
55
"allowPrerelease": false
66
},

0 commit comments

Comments
 (0)