@@ -15,10 +15,10 @@ jobs:
15
15
- name : Get source
16
16
uses : actions/checkout@v2
17
17
18
- - name : Setup .NET Core 3.1
19
- uses : actions/setup-dotnet@v1
18
+ - name : Setup .NET Core 6
19
+ uses : actions/setup-dotnet@v4
20
20
with :
21
- dotnet-version : 3.1.406
21
+ dotnet-version : ' 6.x '
22
22
23
23
- name : Build
24
24
run : dotnet build -c Release -v minimal -p:WarningLevel=3
@@ -44,10 +44,10 @@ jobs:
44
44
if : github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master')
45
45
46
46
steps :
47
- - name : Setup .NET Core 3.1
48
- uses : actions/setup-dotnet@v1
47
+ - name : Setup .NET Core 6
48
+ uses : actions/setup-dotnet@v4
49
49
with :
50
- dotnet-version : 3.1.406
50
+ dotnet-version : ' 6.x '
51
51
52
52
- name : Download Package Files
53
53
uses : actions/download-artifact@v2
@@ -69,10 +69,10 @@ jobs:
69
69
if : github.event_name == 'push' && github.ref == 'refs/heads/master'
70
70
71
71
steps :
72
- - name : Setup .NET Core 3.1
73
- uses : actions/setup-dotnet@v1
72
+ - name : Setup .NET Core 6
73
+ uses : actions/setup-dotnet@v4
74
74
with :
75
- dotnet-version : 3.1.406
75
+ dotnet-version : ' 6.x '
76
76
77
77
- name : Download Package Files
78
78
uses : actions/download-artifact@v2
0 commit comments