Skip to content

Commit

Permalink
Bump dotnet version to 8.0.300 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanni-energinet authored Jun 12, 2024
1 parent 0f0dce4 commit 1de7ca1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/dotnet-setup-and-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
dotnet_version:
description: Install specified .NET Core SDK version
required: false
default: 8.0.205
default: 8.0.300
# Cosmos DB emulator
use_cosmos_db_emulator:
description: Install Cosmos DB emulator to support testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# See https://github.com/Energinet-DataHub/.github#release-procedure for details
major_version: 14
minor_version: 7
patch_version: 1
patch_version: 2
repository_path: Energinet-DataHub/.github
usage_patterns: \s*uses:\s*Energinet-DataHub/\.github(.*)@v?(?<version>\d+)
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
dotnet_version:
description: Install specified .NET Core SDK version
required: false
default: 8.0.205
default: 8.0.300
type: string
operating_system:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-postbuild-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ on:
dotnet_version:
description: Install specified .NET Core SDK version
required: false
default: 8.0.205
default: 8.0.300
type: string
operating_system:
description: Must be a version of Windows, we do not support Linux for testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-solution-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
dotnet_version:
description: Install specified .NET Core SDK version
required: false
default: 8.0.205
default: 8.0.300
type: string
operating_system:
description: Must be a version of Windows, we do not support Linux for testing
Expand Down

0 comments on commit 1de7ca1

Please sign in to comment.