Skip to content

Commit dc4a60b

Browse files
committed
add support for .net 9
1 parent 109a1e1 commit dc4a60b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
6.0.x
99
7.0.x
1010
8.0.x
11+
9.0.x
1112
DOTNET_BUILD_CONFIGURATION: Release
1213
SONAR_PATH: .\.sonar\scanner
1314
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/Release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: FluentValidation.AutoValidation [Release]
22

33
env:
4-
DOTNET_VERSION: 8.0.x
4+
DOTNET_VERSION: 9.0.x
55
DOTNET_BUILD_CONFIGURATION: Release
66
DOTNET_PACKAGES_OUTPUT_DIRECTORY: .nuget
77
NUGET_SOURCE: https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)