Skip to content

Commit cd76c96

Browse files
committed
Pinning .NET SDK to 8.0.301
1 parent 4ea08e5 commit cd76c96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build-configuration: Debug
2020
build-enable-nuget-caching: 'true'
2121
build-enable-npm-caching: 'true'
22-
dotnet-version: 6.0.427
22+
dotnet-version: 8.0.301
2323

2424
build-and-test-standard-runners:
2525
if: github.ref_name == github.event.repository.default_branch
@@ -30,7 +30,7 @@ jobs:
3030
machine-types: "['ubuntu-2404']"
3131
timeout-minutes: 30
3232
build-configuration: Debug
33-
dotnet-version: 6.0.427
33+
dotnet-version: 8.0.301
3434

3535
build-and-test-nuget-test:
3636
name: Build and Test - NuGetTest solution
@@ -40,7 +40,7 @@ jobs:
4040
machine-types: "['ubuntu-2404']"
4141
build-directory: NuGetTest
4242
timeout-minutes: 10
43-
dotnet-version: 6.0.427
43+
dotnet-version: 8.0.301
4444

4545
post-pull-request-checks-automation:
4646
name: Post Pull Request Checks Automation

0 commit comments

Comments
 (0)