Skip to content

Commit 9c44b3e

Browse files
committed
Actual SDK version number is 6.0.100
1 parent 4aa8fba commit 9c44b3e

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.0
22+
dotnet-version: 6.0.100
2323

2424
build-and-test-standard-runners:
2525
if: github.ref_name == github.event.repository.default_branch
@@ -29,7 +29,7 @@ jobs:
2929
parent-job-name: 'root-solution-standard-runners'
3030
timeout-minutes: 30
3131
build-configuration: Debug
32-
dotnet-version: 6.0.0
32+
dotnet-version: 6.0.100
3333

3434
build-and-test-nuget-test:
3535
name: Build and Test - NuGetTest solution
@@ -38,7 +38,7 @@ jobs:
3838
parent-job-name: 'nuget-solution'
3939
build-directory: NuGetTest
4040
timeout-minutes: 10
41-
dotnet-version: 6.0.0
41+
dotnet-version: 6.0.100
4242

4343
post-pull-request-checks-automation:
4444
name: Post Pull Request Checks Automation

0 commit comments

Comments
 (0)