File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 8.0.*
5151 9.0.*
5252 10.0.*
53+ - name : Setup .NET 11 Preview
54+ uses : actions/setup-dotnet@v5
55+ with :
56+ dotnet-version : 11.0.*
57+ dotnet-quality : preview
5358 - name : Show installed versions
5459 shell : pwsh
5560 run : |
@@ -166,6 +171,11 @@ jobs:
166171 8.0.*
167172 9.0.*
168173 10.0.*
174+ - name : Setup .NET 11 Preview
175+ uses : actions/setup-dotnet@v5
176+ with :
177+ dotnet-version : 11.0.*
178+ dotnet-quality : preview
169179 - name : Git checkout
170180 uses : actions/checkout@v6
171181 with :
@@ -229,6 +239,11 @@ jobs:
229239 8.0.*
230240 9.0.*
231241 10.0.*
242+ - name : Setup .NET 11 Preview
243+ uses : actions/setup-dotnet@v5
244+ with :
245+ dotnet-version : 11.0.*
246+ dotnet-quality : preview
232247 - name : Git checkout
233248 uses : actions/checkout@v6
234249 with :
Original file line number Diff line number Diff line change 3333 8.0.*
3434 9.0.*
3535 10.0.*
36+ - name : Setup .NET 11 Preview
37+ uses : actions/setup-dotnet@v5
38+ with :
39+ dotnet-version : 11.0.*
40+ dotnet-quality : preview
3641 - name : Git checkout
3742 uses : actions/checkout@v6
3843 with :
Original file line number Diff line number Diff line change 3030 8.0.*
3131 9.0.*
3232 10.0.*
33+ - name : Setup .NET 11 Preview
34+ uses : actions/setup-dotnet@v5
35+ with :
36+ dotnet-version : 11.0.*
37+ dotnet-quality : preview
3338 - name : Git checkout
3439 uses : actions/checkout@v6
3540 with :
You can’t perform that action at this time.
0 commit comments