File tree Expand file tree Collapse file tree 4 files changed +32
-20
lines changed
Expand file tree Collapse file tree 4 files changed +32
-20
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,18 @@ jobs:
2121
2222 steps :
2323 - uses : actions/checkout@v2
24- - name : Setup .NET 5.0
25- uses : actions/setup-dotnet@v1
26- with :
27- dotnet-version : 5.0.x
2824 - name : Setup .NET 6.0
2925 uses : actions/setup-dotnet@v1
3026 with :
3127 dotnet-version : 6.0.x
32- include-prerelease : true
28+ - name : Setup .NET 7.0
29+ uses : actions/setup-dotnet@v1
30+ with :
31+ dotnet-version : 7.0.x
32+ - name : Setup .NET 8.0
33+ uses : actions/setup-dotnet@v1
34+ with :
35+ dotnet-version : 8.0.x
3336 - name : Install dependencies
3437 run : dotnet restore ./src/AzureMapsControl.Components/AzureMapsControl.Components.csproj
3538 - name : Build
Original file line number Diff line number Diff line change @@ -27,15 +27,18 @@ jobs:
2727
2828 steps :
2929 - uses : actions/checkout@v2
30- - name : Setup .NET 5.0
31- uses : actions/setup-dotnet@v1
32- with :
33- dotnet-version : 5.0.x
3430 - name : Setup .NET 6.0
3531 uses : actions/setup-dotnet@v1
3632 with :
3733 dotnet-version : 6.0.x
38- include-prerelease : true
34+ - name : Setup .NET 7.0
35+ uses : actions/setup-dotnet@v1
36+ with :
37+ dotnet-version : 7.0.x
38+ - name : Setup .NET 8.0
39+ uses : actions/setup-dotnet@v1
40+ with :
41+ dotnet-version : 8.0.x
3942 - name : Install dependencies
4043 run : dotnet restore ./src/AzureMapsControl.Components/AzureMapsControl.Components.csproj
4144 - name : Build
Original file line number Diff line number Diff line change @@ -20,15 +20,18 @@ jobs:
2020 uses : actions/checkout@v2
2121 with :
2222 fetch-depth : 0
23- - name : Setup .NET 5.0
24- uses : actions/setup-dotnet@v1
25- with :
26- dotnet-version : 5.0.x
2723 - name : Setup .NET 6.0
2824 uses : actions/setup-dotnet@v1
2925 with :
3026 dotnet-version : 6.0.x
31- include-prerelease : true
27+ - name : Setup .NET 7.0
28+ uses : actions/setup-dotnet@v1
29+ with :
30+ dotnet-version : 7.0.x
31+ - name : Setup .NET 8.0
32+ uses : actions/setup-dotnet@v1
33+ with :
34+ dotnet-version : 8.0.x
3235 - name : Setup .NET Core 3.1
3336 uses : actions/setup-dotnet@v1
3437 with :
Original file line number Diff line number Diff line change @@ -26,15 +26,18 @@ jobs:
2626
2727 steps :
2828 - uses : actions/checkout@v2
29- - name : Setup .NET 5.0
30- uses : actions/setup-dotnet@v1
31- with :
32- dotnet-version : 5.0.x
3329 - name : Setup .NET 6.0
3430 uses : actions/setup-dotnet@v1
3531 with :
3632 dotnet-version : 6.0.x
37- include-prerelease : true
33+ - name : Setup .NET 7.0
34+ uses : actions/setup-dotnet@v1
35+ with :
36+ dotnet-version : 7.0.x
37+ - name : Setup .NET 8.0
38+ uses : actions/setup-dotnet@v1
39+ with :
40+ dotnet-version : 8.0.x
3841 - name : Install dependencies
3942 run : dotnet restore ./src/AzureMapsControl.Components/AzureMapsControl.Components.csproj
4043 - name : Build
You can’t perform that action at this time.
0 commit comments