Michael Lamothe
Committed by GitHub

Update workflows to use .NET 8.0 also. (#1681)

@@ -125,9 +125,7 @@ jobs: @@ -125,9 +125,7 @@ jobs:
125 - name: Setup .NET 125 - name: Setup .NET
126 uses: actions/setup-dotnet@v4 126 uses: actions/setup-dotnet@v4
127 with: 127 with:
128 - dotnet-version: |  
129 - 6.0.x  
130 - 7.0.x 128 + dotnet-version: 8.0.x
131 129
132 - name: Install Python dependencies 130 - name: Install Python dependencies
133 shell: bash 131 shell: bash
@@ -75,10 +75,10 @@ jobs: @@ -75,10 +75,10 @@ jobs:
75 run: | 75 run: |
76 df -h 76 df -h
77 77
78 - - name: Setup .NET 6.0 78 + - name: Setup .NET 8.0
79 uses: actions/setup-dotnet@v4 79 uses: actions/setup-dotnet@v4
80 with: 80 with:
81 - dotnet-version: 6.0.x 81 + dotnet-version: 8.0.x
82 82
83 - name: Check dotnet 83 - name: Check dotnet
84 run: dotnet --info 84 run: dotnet --info
@@ -115,8 +115,7 @@ jobs: @@ -115,8 +115,7 @@ jobs:
115 - name: Setup .NET 115 - name: Setup .NET
116 uses: actions/setup-dotnet@v4 116 uses: actions/setup-dotnet@v4
117 with: 117 with:
118 - dotnet-version: |  
119 - 6.0.x 118 + dotnet-version: 8.0.x
120 119
121 - name: Check dotnet 120 - name: Check dotnet
122 run: dotnet --info 121 run: dotnet --info