We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109a1e1 commit dc4a60bCopy full SHA for dc4a60b
.github/workflows/Build.yaml
@@ -8,6 +8,7 @@ env:
8
6.0.x
9
7.0.x
10
8.0.x
11
+ 9.0.x
12
DOTNET_BUILD_CONFIGURATION: Release
13
SONAR_PATH: .\.sonar\scanner
14
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
.github/workflows/Release.yaml
@@ -1,7 +1,7 @@
1
name: FluentValidation.AutoValidation [Release]
2
3
env:
4
- DOTNET_VERSION: 8.0.x
+ DOTNET_VERSION: 9.0.x
5
6
DOTNET_PACKAGES_OUTPUT_DIRECTORY: .nuget
7
NUGET_SOURCE: https://api.nuget.org/v3/index.json
0 commit comments