|
|
|
@ -65,7 +65,12 @@ jobs: |
|
|
|
- name: Set up .NET |
|
|
|
- name: Set up .NET |
|
|
|
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 |
|
|
|
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 |
|
|
|
with: |
|
|
|
with: |
|
|
|
dotnet-version: '8.0.x' |
|
|
|
dotnet-version: | |
|
|
|
|
|
|
|
3.1.x |
|
|
|
|
|
|
|
6.0.x |
|
|
|
|
|
|
|
7.0.x |
|
|
|
|
|
|
|
8.0.x |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# This step might be obsolete at some point as .NET MAUI workloads |
|
|
|
# This step might be obsolete at some point as .NET MAUI workloads |
|
|
|
# are starting to come pre-installed on the GH Actions build agents. |
|
|
|
# are starting to come pre-installed on the GH Actions build agents. |
|
|
|
|