Skip to content

Commit

Permalink
Updating .NET to the highest 6.x version (6.0.427)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Oct 16, 2024
1 parent 3dce7e6 commit 4ea08e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build-configuration: Debug
build-enable-nuget-caching: 'true'
build-enable-npm-caching: 'true'
dotnet-version: 6.0.100
dotnet-version: 6.0.427

build-and-test-standard-runners:
if: github.ref_name == github.event.repository.default_branch
Expand All @@ -30,7 +30,7 @@ jobs:
machine-types: "['ubuntu-2404']"
timeout-minutes: 30
build-configuration: Debug
dotnet-version: 6.0.100
dotnet-version: 6.0.427

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
Expand All @@ -40,7 +40,7 @@ jobs:
machine-types: "['ubuntu-2404']"
build-directory: NuGetTest
timeout-minutes: 10
dotnet-version: 6.0.100
dotnet-version: 6.0.427

post-pull-request-checks-automation:
name: Post Pull Request Checks Automation
Expand Down

0 comments on commit 4ea08e5

Please sign in to comment.