Skip to content

Commit a47c957

Browse files
committed
Updates .NET to version 8.x
Bumps the target .NET version in the build workflow from 6.x to 8.x, aligning with current development on the vNext branch.
1 parent 188dcce commit a47c957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

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

1010
env:
1111
BUILD_CONFIGURATION: "Release"
12-
DOTNET_VERSION: "6.x"
12+
DOTNET_VERSION: "8.x"
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)