Skip to content

Commit e5103f6

Browse files
committed
#1 fixed the DOTNET_VERSION
1 parent 81dfc3d commit e5103f6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '**.csproj'
1010

1111
env:
12-
DOTNET_VERSION: '8.0.0' # The .NET SDK version to use
12+
DOTNET_VERSION: '8.0.405' # The .NET SDK version to use
1313

1414
jobs:
1515
build:

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '**.csproj'
1010

1111
env:
12-
DOTNET_VERSION: '8.0.0' # The .NET SDK version to use
12+
DOTNET_VERSION: '8.0.405' # The .NET SDK version to use
1313

1414
jobs:
1515
build:

.github/workflows/run-unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '**.csproj'
1010

1111
env:
12-
DOTNET_VERSION: '8.0.0' # The .NET SDK version to use
12+
DOTNET_VERSION: '8.0.405' # The .NET SDK version to use
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)