Skip to content

Commit 4ea08e5

Browse files
committed
Updating .NET to the highest 6.x version (6.0.427)
1 parent 3dce7e6 commit 4ea08e5

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.100
22+
dotnet-version: 6.0.427
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.100
33+
dotnet-version: 6.0.427
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.100
43+
dotnet-version: 6.0.427
4444

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

0 commit comments

Comments
 (0)